org.eclipse.higgins.idas.api
Class AuthenticationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.higgins.idas.api.IdASException
              extended byorg.eclipse.higgins.idas.api.AuthenticationException
All Implemented Interfaces:
Serializable

public class AuthenticationException
extends IdASException

Thrown when an attempt to authenticate has failed. Throwers of this are discouraged to reveal sensitive data pertaining to the failure (such as knowledge of a failed password or invalid user) which would give the caller hints which could be used to launch an attack.

See Also:
Serialized Form

Constructor Summary
AuthenticationException()
           
AuthenticationException(String message)
           
AuthenticationException(String message, Throwable cause)
           
AuthenticationException(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthenticationException

public AuthenticationException()

AuthenticationException

public AuthenticationException(String message)
Parameters:
message -

AuthenticationException

public AuthenticationException(String message,
                               Throwable cause)
Parameters:
message -
cause -

AuthenticationException

public AuthenticationException(Throwable cause)
Parameters:
cause -