com.atlassian.jira.exception
Class IssueNotFoundException

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
                  extended by com.atlassian.jira.exception.IssueNotFoundException
All Implemented Interfaces:
Serializable

public class IssueNotFoundException
extends NotFoundException

See Also:
Serialized Form

Constructor Summary
IssueNotFoundException()
           
IssueNotFoundException(String string)
           
IssueNotFoundException(String string, Throwable throwable)
           
IssueNotFoundException(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

IssueNotFoundException

public IssueNotFoundException(String string,
                              Throwable throwable)

IssueNotFoundException

public IssueNotFoundException()

IssueNotFoundException

public IssueNotFoundException(String string)

IssueNotFoundException

public IssueNotFoundException(Throwable throwable)


Copyright © 2002-2013 Atlassian. All Rights Reserved.