Class 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:
    Serialized Form
    • Constructor Detail

      • 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