public class UnexpectedInputException extends ItemReaderException
| Constructor and Description |
|---|
UnexpectedInputException(String message)
Create a new
UnexpectedInputException based on a message. |
UnexpectedInputException(String msg,
Throwable nested)
Create a new
UnexpectedInputException based on a message and another exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnexpectedInputException(String message)
UnexpectedInputException based on a message.message - the message for this exceptionpublic UnexpectedInputException(String msg, Throwable nested)
UnexpectedInputException based on a message and another exception.msg - the message for this exceptionnested - the other exceptionCopyright © 2014 Pivotal. All rights reserved.