IllegalStateExceptionpublic class IllegalStateException extends ControlException
Constructors Summary |
---|
public IllegalStateException()Creates new IllegalStateException without detail message.
super();
| public IllegalStateException(String msg)Constructs an IllegalStateException with the specified
detail message.
super(msg);
|
|