com.atlassian.jira
Class JiraException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.jira.JiraException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AddException, CreateException, ExternalException, IndexException, IssueFieldUpdateException, ListenerException, PermissionException, RemoveException, RepositoryException, SearchException, ServiceException, StoreException, UpdateException

public class JiraException
extends Exception

See Also:
Serialized Form

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

JiraException

public JiraException()

JiraException

public JiraException(String s)

JiraException

public JiraException(Throwable throwable)

JiraException

public JiraException(String s,
                     Throwable throwable)


Copyright © 2002-2012 Atlassian. All Rights Reserved.