Class IllegalStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.gustavblass.commons.exceptions.IllegalStateException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PasswordDatabaseException
Checked counterpart of
IllegalStateException.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSeeException().IllegalStateException(String message) SeeException(String).IllegalStateException(String message, Throwable cause) IllegalStateException(Throwable cause) SeeException(Throwable). -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalStateException
public IllegalStateException()SeeException(). -
IllegalStateException
SeeException(String). -
IllegalStateException
-
IllegalStateException
SeeException(Throwable).
-