Class IdAuthenticationBaseException

    • Constructor Detail

      • 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)