com.atlassian.theplugin.jira.api
Class JIRAException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.theplugin.jira.api.JIRAException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
JIRALoginException

public class JIRAException
extends java.lang.Exception

Generic Bamboo Excepion.

See Also:
Serialized Form

Constructor Summary
JIRAException(java.lang.String message)
           
JIRAException(java.lang.String message, java.lang.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(java.lang.String message)

JIRAException

public JIRAException(java.lang.String message,
                     java.lang.Throwable throwable)


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.