com.atlassian.theplugin.commons.remoteapi
Class RemoteApiLoginException

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.RemoteApiLoginException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
RemoteApiLoginFailedException

public class RemoteApiLoginException
extends RemoteApiException

Bamboo excepton related to login process.

See Also:
Serialized Form

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

RemoteApiLoginException

public RemoteApiLoginException(java.lang.String message)

RemoteApiLoginException

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


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