Class ValidationException

All Implemented Interfaces:
Serializable

public class ValidationException extends ItemReaderException
This exception should be thrown when there are validation errors.
Author:
Ben Hale, Mahmoud Ben Hassine
See Also:
  • Constructor Details

    • ValidationException

      public ValidationException(String message, Throwable cause)
      Create a new ValidationException based on a message and another exception.
      Parameters:
      message - the message for this exception
      cause - the other exception
    • ValidationException

      public ValidationException(String message)
      Create a new ValidationException based on a message.
      Parameters:
      message - the message for this exception