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

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
                  extended by com.atlassian.theplugin.commons.crucible.api.CrucibleLogoutException
All Implemented Interfaces:
java.io.Serializable

public class CrucibleLogoutException
extends CrucibleException

Created by IntelliJ IDEA. User: Jacek Date: 2008-02-06 Time: 12:25:28 To change this template use File | Settings | File Templates.

See Also:
Serialized Form

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

CrucibleLogoutException

public CrucibleLogoutException(java.lang.String message)

CrucibleLogoutException

public CrucibleLogoutException(java.lang.Throwable throwable)

CrucibleLogoutException

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


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