Class IllegalStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.gustavblass.commons.exceptions.IllegalStateException
de.gustavblass.fsu.fmi.roombooking.exceptions.IllegalStateException
- All Implemented Interfaces:
Serializable
@ResponseStatus(value=INTERNAL_SERVER_ERROR,
reason="Unexpected server-side error encountered. Probably not your fault.")
public class IllegalStateException
extends de.gustavblass.commons.exceptions.IllegalStateException
Indicates an internal server error.
- 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 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).
-