org.eclipse.higgins.idas.api
Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.higgins.idas.api.IdASException
org.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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
-