com.atlassian.confluence.rpc
Class AuthenticationFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.confluence.rpc.RemoteException
              extended by com.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)
           
 
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

AuthenticationFailedException

public AuthenticationFailedException()

AuthenticationFailedException

public AuthenticationFailedException(String message)

AuthenticationFailedException

public AuthenticationFailedException(Throwable cause)

AuthenticationFailedException

public AuthenticationFailedException(String message,
                                     Throwable cause)


Copyright © 2003-2013 Atlassian. All Rights Reserved.