Package com.atlassian.servicedesk.api
Class NoSuchEntityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.servicedesk.api.ServiceDeskServiceException
com.atlassian.servicedesk.api.NoSuchEntityException
- All Implemented Interfaces:
Serializable
A generic exception thrown by Jira Service Management when an Entity required for an operation can't be found
- See Also:
-
Constructor Summary
ConstructorDescriptionNoSuchEntityException
(ExceptionMessage message) NoSuchEntityException
(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
-
NoSuchEntityException
-
NoSuchEntityException
-