com.atlassian.theplugin.commons.remoteapi
Class RemoteApiException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.theplugin.commons.remoteapi.RemoteApiException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CrucibleException, RemoteApiLoginException, RemoteApiMalformedUrlException, RemoteApiSessionExpiredException

public class RemoteApiException
extends java.lang.Exception

Bamboo excepton related to session expired event process.

See Also:
Serialized Form

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

RemoteApiException

public RemoteApiException(java.lang.String message)

RemoteApiException

public RemoteApiException(java.lang.Throwable throwable)

RemoteApiException

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


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