Modifier and Type | Field and Description |
---|---|
private static final long | serialVersionUID
Use serialVersionUID from JDK 1.1 for interoperability.
|
Access | Constructor and Description |
---|---|
public | IllegalComponentStateException()
Constructs an IllegalComponentStateException with no detail message. |
public | IllegalComponentStateException(String
the String that contains a detailed message s)Constructs an IllegalComponentStateException with the specified detail message. |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID Hides java. Use serialVersionUID from JDK 1.1 for interoperability. |
IllegalComponentStateException | back to summary |
---|---|
public IllegalComponentStateException() Constructs an IllegalComponentStateException with no detail message. A detail message is a String that describes this particular exception. |
IllegalComponentStateException | back to summary |
---|---|
public IllegalComponentStateException(String s) Constructs an IllegalComponentStateException with the specified detail message. A detail message is a String that describes this particular exception.
|