com.atlassian.theplugin.commons.crucible.api
Class CrucibleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.theplugin.commons.remoteapi.RemoteApiException
              extended by com.atlassian.theplugin.commons.crucible.api.CrucibleException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CrucibleLoginException, CrucibleLogoutException

public class CrucibleException
extends RemoteApiException

Created by IntelliJ IDEA. User: Jacek Date: 2008-02-05 Time: 16:14:11 To change this template use File | Settings | File Templates.

See Also:
Serialized Form

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

CrucibleException

public CrucibleException(java.lang.String message)

CrucibleException

public CrucibleException(java.lang.Throwable throwable)

CrucibleException

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


Copyright © 2008-2009 Atlassian Pty Ltd. All Rights Reserved.