Class AuthenticationFailedException

All Implemented Interfaces:
ObjectWithMetadata, Serializable

public class AuthenticationFailedException extends IdAuthenticationBusinessException
The Class AuthenticationFailedException - Exception thrown when Authentication of user is failed.
Author:
Manoj SP
See Also:
  • Constructor Details

    • AuthenticationFailedException

      public AuthenticationFailedException()
      Instantiates a new authentication failed exception.
    • AuthenticationFailedException

      public AuthenticationFailedException(IdAuthenticationErrorConstants exceptionConstant)
      Instantiates a new authentication failed exception.
      Parameters:
      exceptionConstant - the exception constant
    • AuthenticationFailedException

      public AuthenticationFailedException(IdAuthenticationErrorConstants exceptionConstant, Throwable rootCause)
      Instantiates a new authentication failed exception.
      Parameters:
      exceptionConstant - the exception constant
      rootCause - the root cause