Class NotALocalUserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.gustavblass.commons.exceptions.IllegalArgumentException
de.gustavblass.fsu.fmi.roombooking.exceptions.NotALocalUserException
- All Implemented Interfaces:
Serializable
@ResponseStatus(value=FORBIDDEN,
reason="A certain action could not be performed because the user's account credentials are not managed locally.")
public class NotALocalUserException
extends de.gustavblass.commons.exceptions.IllegalArgumentException
Indicates that a certain action could not be performed because the
Actor's account credentials are not managed
locally.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSeeException().NotALocalUserException(String message) SeeException(String).NotALocalUserException(String message, Throwable cause) NotALocalUserException(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
-
NotALocalUserException
public NotALocalUserException()SeeException(). -
NotALocalUserException
SeeException(String). -
NotALocalUserException
-
NotALocalUserException
SeeException(Throwable).
-