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
public class NotFoundException
- extends RuntimeException
The expected resource was not found. Corresponds to a 404 HTTP
response.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotFoundException
public NotFoundException()
NotFoundException
public NotFoundException(String string)
NotFoundException
public NotFoundException(Throwable throwable)
NotFoundException
public NotFoundException(String string,
Throwable throwable)
Copyright © 2002-2011 Atlassian. All Rights Reserved.