Package com.atlassian.sal.api.permission
Class NotAuthenticatedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.sal.api.permission.AuthorisationException
com.atlassian.sal.api.permission.NotAuthenticatedException
- All Implemented Interfaces:
Serializable
Exception that is thrown by one of the enforce methods in
PermissionEnforcer when the current user does not
have the required level of access because the user is not authenticated.- Since:
- 3.2
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotAuthenticatedException(String message) NotAuthenticatedException(String message, 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
-
NotAuthenticatedException
public NotAuthenticatedException() -
NotAuthenticatedException
-
NotAuthenticatedException
-
NotAuthenticatedException
-