public class IllegalStateException extends RuntimeException
| Constructor and Description | 
|---|
IllegalStateException()
Constructs an IllegalStateException with no detail message. 
 | 
IllegalStateException(String s)
Constructs an IllegalStateException with the specified detail message. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, toStringpublic IllegalStateException()
public IllegalStateException(String s)
s - the String that contains a detailed message