public class IllegalStateException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
IllegalStateException()
Constructs an IllegalStateException with no detail message.
|
IllegalStateException(java.lang.String s)
Constructs an IllegalStateException with the specified detail message.
|
public IllegalStateException()
public IllegalStateException(java.lang.String s)
s - the String that contains a detailed message