Class WriterNotOpenException

  • All Implemented Interfaces:
    java.io.Serializable

    public class WriterNotOpenException
    extends ItemWriterException
    Exception indicating that an ItemWriter needed to be opened before being written to.
    Author:
    Lucas Ward
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • WriterNotOpenException

        public WriterNotOpenException​(java.lang.String message)
        Create a new WriterNotOpenException based on a message.
        Parameters:
        message - the message for this exception
      • WriterNotOpenException

        public WriterNotOpenException​(java.lang.String msg,
                                      java.lang.Throwable nested)
        Create a new WriterNotOpenException based on a message and another exception.
        Parameters:
        msg - the message for this exception
        nested - the other exception