Class NotLoggedInException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.gustavblass.commons.exceptions.IllegalArgumentException
de.gustavblass.fsu.fmi.roombooking.exceptions.NotLoggedInException
- All Implemented Interfaces:
Serializable
@ResponseStatus(value=UNAUTHORIZED,
reason="The request was rejected because the user is not logged in.")
public class NotLoggedInException
extends de.gustavblass.commons.exceptions.IllegalArgumentException
Indicates that the user must be logged in for the intended action but is not.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSeeException().NotLoggedInException(String message) SeeException(String).NotLoggedInException(String message, Throwable cause) NotLoggedInException(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
-
NotLoggedInException
public NotLoggedInException()SeeException(). -
NotLoggedInException
SeeException(String). -
NotLoggedInException
-
NotLoggedInException
SeeException(Throwable).
-