Class IdValidationFailedException

All Implemented Interfaces:
ObjectWithMetadata, Serializable

public class IdValidationFailedException extends IdAuthenticationBusinessException
Exception thrown when UID/VIN is invalid.
Author:
Manoj SP
See Also:
  • Constructor Details

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