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.
|
getMessage, initCause, printStackTrace, printStackTrace, toString
public IllegalStateException()
public IllegalStateException(String s)
s
- the String that contains a detailed message