com.atlassian.core
Class AtlassianCoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.core.AtlassianCoreException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidDurationException

public class AtlassianCoreException
extends Exception

See Also:
Serialized Form

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

AtlassianCoreException

public AtlassianCoreException()

AtlassianCoreException

public AtlassianCoreException(String s)

AtlassianCoreException

public AtlassianCoreException(Throwable throwable)

AtlassianCoreException

public AtlassianCoreException(String s,
                              Throwable throwable)


Copyright © 2015 Atlassian. All rights reserved.