Package com.atlassian.servicedesk.api
Class ForbiddenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.servicedesk.api.ServiceDeskServiceException
com.atlassian.servicedesk.api.ForbiddenException
- All Implemented Interfaces:
Serializable
An Exception thrown by Jira Service Management indicating that a particular action can not be performed by the current user.
- See Also:
-
Constructor Summary
ConstructorDescriptionForbiddenException
(ExceptionMessage message) ForbiddenException
(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
-
ForbiddenException
-
ForbiddenException
-