Package com.atlassian.sal.api.permission
Class AuthorisationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.sal.api.permission.AuthorisationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NotAuthenticatedException
Exception that is thrown by one of the enforce methods in
PermissionEnforcer when the current user does not
have the required level of access.- Since:
- 3.2
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAuthorisationException(String message) AuthorisationException(String message, Throwable cause) AuthorisationException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthorisationException
public AuthorisationException() -
AuthorisationException
-
AuthorisationException
-
AuthorisationException
-