com.atlassian.jira.external
Class ExternalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.jira.JiraException
              extended by com.atlassian.jira.external.ExternalException
All Implemented Interfaces:
Serializable

public class ExternalException
extends JiraException

See Also:
Serialized Form

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

ExternalException

public ExternalException()

ExternalException

public ExternalException(String s)

ExternalException

public ExternalException(Throwable throwable)

ExternalException

public ExternalException(String s,
                         Throwable throwable)


Copyright © 2002-2012 Atlassian. All Rights Reserved.