Class UnauthorisedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.gustavblass.commons.exceptions.IllegalArgumentException
de.gustavblass.fsu.fmi.roombooking.exceptions.UnauthorisedException
All Implemented Interfaces:
Serializable

@ResponseStatus(value=UNAUTHORIZED, reason="The request was rejected because the user lacks the necessary authorisation.") public class UnauthorisedException extends de.gustavblass.commons.exceptions.IllegalArgumentException
Indicates that the user does not possess the authorisation required for the intended action.
See Also: