Uses of Enum Class
io.mosip.authentication.core.constant.IdAuthenticationErrorConstants
Packages that use IdAuthenticationErrorConstants
-
Uses of IdAuthenticationErrorConstants in io.mosip.authentication.core.constant
Methods in io.mosip.authentication.core.constant that return IdAuthenticationErrorConstantsModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static IdAuthenticationErrorConstants[]IdAuthenticationErrorConstants.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of IdAuthenticationErrorConstants in io.mosip.authentication.core.exception
Constructors in io.mosip.authentication.core.exception with parameters of type IdAuthenticationErrorConstantsModifierConstructorDescriptionAuthenticationFailedException(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 givenIdAuthenticationErrorConstants.IdAuthenticationAppException(IdAuthenticationErrorConstants exceptionConstant, Throwable rootCause) Constructs exception for the givenIdAuthenticationErrorConstantsandThrowable.IdAuthenticationBaseException(IdAuthenticationErrorConstants exceptionConstant) Constructs exception for the givenIdAuthenticationErrorConstants.IdAuthenticationBaseException(IdAuthenticationErrorConstants exceptionConstant, Throwable rootCause) Constructs exception for the givenIdAuthenticationErrorConstantsandThrowable.IdAuthenticationBusinessException(IdAuthenticationErrorConstants exceptionConstant) Constructs exception for the givenIdAuthenticationErrorConstants.IdAuthenticationBusinessException(IdAuthenticationErrorConstants exceptionConstant, Throwable rootCause) Constructs exception for the givenIdAuthenticationErrorConstantsandThrowable.IdAuthenticationDaoException(IdAuthenticationErrorConstants exceptionConstant) Constructs exception for the givenIdAuthenticationErrorConstants.IdAuthenticationDaoException(IdAuthenticationErrorConstants exceptionConstant, Throwable rootCause) Constructs exception for the givenIdAuthenticationErrorConstantsandThrowable.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 givenIdAuthenticationErrorConstants.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.