Package com.atlassian.servicedesk.api
Class AuthorizationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.servicedesk.api.ServiceDeskServiceException
com.atlassian.servicedesk.api.AuthorizationException
- All Implemented Interfaces:
Serializable
An exception thrown by Jira Service Management indicating that the current user is not authorized to perform the requested
action.
- See Also:
-
Constructor Summary
ConstructorDescriptionAuthorizationException
(ExceptionMessage message) AuthorizationException
(ExceptionMessage message, Throwable cause) -
Method Summary
Methods inherited from class com.atlassian.servicedesk.api.ServiceDeskServiceException
getMessage, getMessageKey
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthorizationException
-
AuthorizationException
-