Package com.atlassian.jira.exception
Class GetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.jira.JiraException
com.atlassian.jira.exception.GetException
- All Implemented Interfaces:
Serializable
An exception that indicates errors encountered in when performing get related tasks in managers.
- Since:
- v6.1
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGetException
(String s, Throwable throwable) GetException
(Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GetException
public GetException() -
GetException
-
GetException
-
GetException
-