public class WriterNotOpenException extends ItemWriterException
ItemWriter
needed to be opened before being
written to.Constructor and Description |
---|
WriterNotOpenException(java.lang.String message)
Create a new
WriterNotOpenException based on a message. |
WriterNotOpenException(java.lang.String msg,
java.lang.Throwable nested)
Create a new
WriterNotOpenException based on a message and another exception. |
public WriterNotOpenException(java.lang.String message)
WriterNotOpenException
based on a message.message
- the message for this exceptionpublic WriterNotOpenException(java.lang.String msg, java.lang.Throwable nested)
WriterNotOpenException
based on a message and another exception.msg
- the message for this exceptionnested
- the other exception