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