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