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