Class IdAuthenticationAppException

    • Constructor Detail

      • IdAuthenticationAppException

        public IdAuthenticationAppException()
        Instantiates a new id authentication app exception.
      • IdAuthenticationAppException

        public IdAuthenticationAppException​(String errorCode,
                                            String errorMessage)
        Constructs exception for the given error code and error message.
        Parameters:
        errorCode - the error code
        errorMessage - the error message
        See Also:
        BaseUncheckedException(String, String)
      • IdAuthenticationAppException

        public IdAuthenticationAppException​(String errorCode,
                                            String errorMessage,
                                            Throwable cause)
        Constructs exception for the given error code, error message and Throwable.
        Parameters:
        errorCode - the error code
        errorMessage - the error message
        cause - the cause
        See Also:
        BaseUncheckedException(String, String, Throwable)
      • IdAuthenticationAppException

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

        public IdAuthenticationAppException​(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)