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