Constructor
new IllegalStateException(message)
Constructs an IllegalStateException with the specified detail message.
Parameters:
| Name | Type | Description | 
|---|---|---|
message | 
        
        String | 
           short description of the error.  | 
      
Members
message :String
Human-readable description of the error.
name :String
Name of the error, contains the "IllegalStateException" String.
