com.atlassian.jira.exception
Class NotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
NotFoundException()
           
NotFoundException(String string)
           
NotFoundException(String string, Throwable throwable)
           
NotFoundException(Throwable throwable)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotFoundException

public NotFoundException()

NotFoundException

public NotFoundException(String string)

NotFoundException

public NotFoundException(Throwable throwable)

NotFoundException

public NotFoundException(String string,
                         Throwable throwable)


Copyright © 2002-2014 Atlassian. All Rights Reserved.