Class IdValidationFailedException

    • Constructor Detail

      • IdValidationFailedException

        public IdValidationFailedException()
      • IdValidationFailedException

        public IdValidationFailedException​(IdAuthenticationErrorConstants exceptionConstant)
        Instantiates a new id validation failed exception.
        Parameters:
        exceptionConstant - the exception constant
      • IdValidationFailedException

        public IdValidationFailedException​(IdAuthenticationErrorConstants exceptionConstant,
                                           Throwable rootCause)
        Instantiates a new id validation failed exception.
        Parameters:
        exceptionConstant - the exception constant
        rootCause - the root cause
      • IdValidationFailedException

        public IdValidationFailedException​(org.springframework.validation.Errors errors)
        Instantiates a new data validation exception.
        Parameters:
        errors - the errors
      • IdValidationFailedException

        public IdValidationFailedException​(IdAuthenticationErrorConstants exceptionConstant,
                                           org.springframework.validation.Errors errors)
        Constructs exception for the given IdAuthenticationErrorConstants.
        Parameters:
        exceptionConstant - the exception constant
        errors - the errors
        See Also:
        BaseCheckedException(String, String)