This exception is thrown when an authentication fails
An authentication failure can happen, for example, when the credentials supplied by the user are invalid.
author: Sebastian Gonzalez Oyuela version: $Id: AuthenticationFailureException.java 508 2008-02-18 13:32:29Z sgonzalez $
AuthenticationFailureException(String message, String errorType) Allows error type specification, usefull when extending the Authenticator to provide business specific rules.
public AuthenticationFailureException(String message)(Code)
It uses AUTH_FAILDE as error type.
Parameters: message - El mensaje asociado al error.
AuthenticationFailureException
public AuthenticationFailureException(String message, String errorType)(Code)
Allows error type specification, usefull when extending the Authenticator to provide business specific rules.
Parameters: message - The error message Parameters: errorType - The error type