Package com.atlassian.servicedesk.api
Class ServerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.servicedesk.api.ServiceDeskServiceException
com.atlassian.servicedesk.api.ServerException
- All Implemented Interfaces:
Serializable
Basic Exception thrown by Jira Service Management when something has gone wrong and the server does not know how to
handle it.
- See Also:
-
Constructor Summary
ConstructorDescriptionServerException
(ExceptionMessage message) ServerException
(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
-
ServerException
-
ServerException
-