com.atlassian.confluence.rpc
Class AuthenticationFailedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.atlassian.confluence.rpc.RemoteException
              extended bycom.atlassian.confluence.rpc.AuthenticationFailedException
All Implemented Interfaces:
Serializable

public class AuthenticationFailedException
extends RemoteException

Exception thrown when a login attempt fails

See Also:
Serialized Form

Constructor Summary
AuthenticationFailedException()
           
AuthenticationFailedException(String message)
           
AuthenticationFailedException(String message, Throwable cause)
           
AuthenticationFailedException(Throwable cause)
           
 
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

AuthenticationFailedException

public AuthenticationFailedException()

AuthenticationFailedException

public AuthenticationFailedException(String message)

AuthenticationFailedException

public AuthenticationFailedException(Throwable cause)

AuthenticationFailedException

public AuthenticationFailedException(String message,
                                     Throwable cause)


Confluence is developed by Atlassian.