Class IdAuthenticationBaseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.mosip.kernel.core.exception.BaseCheckedException
io.mosip.authentication.core.exception.IdAuthenticationBaseException
All Implemented Interfaces:
ObjectWithMetadata, Serializable
Direct Known Subclasses:
IdAuthenticationAppException, IdAuthenticationBusinessException, IdAuthenticationDaoException, RetryingBeforeRetryIntervalException

public class IdAuthenticationBaseException extends io.mosip.kernel.core.exception.BaseCheckedException implements ObjectWithMetadata
The base exception for all checked exceptions used in ID Authentication
Author:
Loganathan Sekar
See Also:
  • Constructor Details

    • IdAuthenticationBaseException

      public IdAuthenticationBaseException()
    • IdAuthenticationBaseException

      public IdAuthenticationBaseException(String errorMessage)
    • IdAuthenticationBaseException

      public IdAuthenticationBaseException(String errorCode, String errorMessage)
    • IdAuthenticationBaseException

      public IdAuthenticationBaseException(String errorCode, String errorMessage, Throwable rootCause)
    • IdAuthenticationBaseException

      public IdAuthenticationBaseException(IdAuthenticationErrorConstants exceptionConstant)
      Constructs exception for the given IdAuthenticationErrorConstants.
      Parameters:
      exceptionConstant - the exception constant
      See Also:
      • BaseUncheckedException(String, String)
    • IdAuthenticationBaseException

      public IdAuthenticationBaseException(IdAuthenticationErrorConstants exceptionConstant, Throwable rootCause)
      Constructs exception for the given IdAuthenticationErrorConstants and Throwable.
      Parameters:
      exceptionConstant - the exception constant
      rootCause - the root cause
      See Also:
      • BaseUncheckedException(String, String, Throwable)
  • Method Details