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, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
IllegalStateException
public IllegalStateException() -
IllegalStateException
-
IllegalStateException
-
IllegalStateException
Constructs an IllegalStateException with the specified cause. cause - the cause.
-