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