AuthenticationFailedException(IdAuthenticationErrorConstants exceptionConstant) |
Instantiates a new authentication failed exception.
|
AuthenticationFailedException(IdAuthenticationErrorConstants exceptionConstant,
Throwable rootCause) |
Instantiates a new authentication failed exception.
|
IdAuthenticationAppException(IdAuthenticationErrorConstants exceptionConstant) |
Constructs exception for the given IdAuthenticationErrorConstants.
|
IdAuthenticationAppException(IdAuthenticationErrorConstants exceptionConstant,
Throwable rootCause) |
Constructs exception for the given IdAuthenticationErrorConstants and Throwable.
|
IdAuthenticationBaseException(IdAuthenticationErrorConstants exceptionConstant) |
Constructs exception for the given IdAuthenticationErrorConstants.
|
IdAuthenticationBaseException(IdAuthenticationErrorConstants exceptionConstant,
Throwable rootCause) |
Constructs exception for the given IdAuthenticationErrorConstants and Throwable.
|
IdAuthenticationBusinessException(IdAuthenticationErrorConstants exceptionConstant) |
Constructs exception for the given IdAuthenticationErrorConstants.
|
IdAuthenticationBusinessException(IdAuthenticationErrorConstants exceptionConstant,
Throwable rootCause) |
Constructs exception for the given IdAuthenticationErrorConstants and Throwable.
|
IdAuthenticationDaoException(IdAuthenticationErrorConstants exceptionConstant) |
Constructs exception for the given IdAuthenticationErrorConstants.
|
IdAuthenticationDaoException(IdAuthenticationErrorConstants exceptionConstant,
Throwable rootCause) |
Constructs exception for the given IdAuthenticationErrorConstants and Throwable.
|
IDAuthenticationUnknownException(IdAuthenticationErrorConstants exceptionConstant) |
Instantiates a new unknown exception.
|
IDAuthenticationUnknownException(IdAuthenticationErrorConstants exceptionConstant,
Throwable rootCause) |
Instantiates a new unknown exception.
|
IdAuthRetryException(IdAuthenticationErrorConstants exceptionConstant) |
Instantiates a new id auth retry exception.
|
IdAuthRetryException(IdAuthenticationErrorConstants exceptionConstant,
Throwable rootCause) |
Instantiates a new id auth retry exception.
|
IdAuthUncheckedException(IdAuthenticationErrorConstants exceptionConstant) |
Instantiates a new id repo app unchecked exception.
|
IdAuthUncheckedException(IdAuthenticationErrorConstants exceptionConstant,
Throwable rootCause) |
|
IDDataValidationException(IdAuthenticationErrorConstants exceptionConstant,
Object... args) |
Instantiates a new ID data validation exception.
|
IDDataValidationException(IdAuthenticationErrorConstants exceptionConstant,
Throwable rootCause,
Object... args) |
Instantiates a new ID data validation exception.
|
IdValidationFailedException(IdAuthenticationErrorConstants exceptionConstant) |
Instantiates a new id validation failed exception.
|
IdValidationFailedException(IdAuthenticationErrorConstants exceptionConstant,
Throwable rootCause) |
Instantiates a new id validation failed exception.
|
IdValidationFailedException(IdAuthenticationErrorConstants exceptionConstant,
org.springframework.validation.Errors errors) |
Constructs exception for the given IdAuthenticationErrorConstants.
|
SecurityFailedException(IdAuthenticationErrorConstants exceptionConstant) |
Instantiates a new security failed exception.
|
SecurityFailedException(IdAuthenticationErrorConstants exceptionConstant,
Throwable rootCause) |
Instantiates a new security failed exception.
|
ServiceTimeoutException(IdAuthenticationErrorConstants exceptionConstant) |
Instantiates a new service timeout exception.
|
ServiceTimeoutException(IdAuthenticationErrorConstants exceptionConstant,
Throwable rootCause) |
Instantiates a new service timeout exception.
|