Class IllegalStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
- Direct Known Subclasses:
BlockingDisallowedException
-
Constructor Summary
ConstructorsConstructorDescriptionIllegalStateException(String s, Throwable cause) Constructs an IllegalStateException with the specified detail message and cause.IllegalStateException(Throwable cause) Constructs an IllegalStateException with the specified cause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalStateException
public IllegalStateException() -
IllegalStateException
-
IllegalStateException
-
IllegalStateException
Constructs an IllegalStateException with the specified cause. cause - the cause.
-