public class ValidationException extends ItemReaderException
Constructor and Description |
---|
ValidationException(java.lang.String message)
Create a new
ValidationException based on a message. |
ValidationException(java.lang.String message,
java.lang.Throwable cause)
Create a new
ValidationException based on a message and another exception. |
public ValidationException(java.lang.String message, java.lang.Throwable cause)
ValidationException
based on a message and another exception.message
- the message for this exceptioncause
- the other exceptionpublic ValidationException(java.lang.String message)
ValidationException
based on a message.message
- the message for this exception