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: