com.atlassian.theplugin.commons.remoteapi
Class RemoteApiSessionExpiredException

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.remoteapi.RemoteApiSessionExpiredException
All Implemented Interfaces:
java.io.Serializable

public class RemoteApiSessionExpiredException
extends RemoteApiException

Bamboo excepton related to session expired event process.

See Also:
Serialized Form

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

RemoteApiSessionExpiredException

public RemoteApiSessionExpiredException(java.lang.String message)

RemoteApiSessionExpiredException

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


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