Package com.atlassian.jira.exception
Class NotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.jira.exception.NotFoundException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AttachmentNotFoundException
,IssueNotFoundException
The expected resource was not found. Corresponds to a 404 HTTP
response.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotFoundException
(String string) NotFoundException
(String string, Throwable throwable) NotFoundException
(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
-
NotFoundException
public NotFoundException() -
NotFoundException
-
NotFoundException
-
NotFoundException
-