Class IdAuthUncheckedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.mosip.kernel.core.exception.BaseUncheckedException
io.mosip.authentication.core.exception.IdAuthUncheckedException
All Implemented Interfaces:
Serializable

public class IdAuthUncheckedException extends io.mosip.kernel.core.exception.BaseUncheckedException
Author:
Arun Bose The Class IdAuthUncheckedException to handle unchecked exceptions
See Also:
  • Constructor Details

    • IdAuthUncheckedException

      public IdAuthUncheckedException()
      Instantiates a new id auth unchecked exception.
    • IdAuthUncheckedException

      public IdAuthUncheckedException(String errorCode, String errorMessage)
      Instantiates a new id repo app unchecked exception.
      Parameters:
      errorCode - the error code
      errorMessage - the error message
    • IdAuthUncheckedException

      public IdAuthUncheckedException(String errorCode, String errorMessage, Throwable rootCause)
      Instantiates a new id repo app unchecked exception.
      Parameters:
      errorCode - the error code
      errorMessage - the error message
      rootCause - the root cause
    • IdAuthUncheckedException

      public IdAuthUncheckedException(IdAuthenticationErrorConstants exceptionConstant)
      Instantiates a new id repo app unchecked exception.
      Parameters:
      exceptionConstant - the exception constant
    • IdAuthUncheckedException

      public IdAuthUncheckedException(IdAuthenticationErrorConstants exceptionConstant, Throwable rootCause)