Class WriterNotOpenException

All Implemented Interfaces:
Serializable

public class WriterNotOpenException extends ItemWriterException
Exception indicating that an ItemWriter needed to be opened before being written to.
Author:
Lucas Ward, Mahmoud Ben Hassine
See Also:
  • Constructor Details

    • WriterNotOpenException

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

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