Previous Topic: Issuance ExceptionsNext Topic: Error Codes


Authentication Exceptions

The com.arcot.webfort.authentication.api.exception package provides the exception classes that are returned based on user authentication and credential status. The following table lists the authentication exceptions returned by AuthMinder Server:

Classes

Description

AttemptsExhaustedException

This exception is returned if the user tried to authenticate with the wrong credential for the maximum allowed authentication attempts.

CredReissuedException

This exception is returned if the credential with which the user is trying to authenticate has been reissued.

InactiveAccountException

This exception is returned if the user trying to authenticate with the credential that is in one of the following states:

  • Disabled
  • Locked
  • Deleted
  • Verified (for OTP only)

InvalidCredException

This exception is returned if the credential provided by the user is not valid.