com.atlassian.theplugin.commons.remoteapi
Class RemoteApiLoginFailedException

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

public class RemoteApiLoginFailedException
extends RemoteApiLoginException

Thrown when the login operation fails in an orderly fashion - Bamboo returns a valid exception message.

See Also:
Serialized Form

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

RemoteApiLoginFailedException

public RemoteApiLoginFailedException(java.lang.String message)


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