Class ReaderNotOpenException

All Implemented Interfaces:
Serializable

public class ReaderNotOpenException extends ItemReaderException
Exception indicating that an ItemReader needed to be opened before read.
Author:
Ben Hale, Mahmoud Ben Hassine
See Also:
  • Constructor Details

    • ReaderNotOpenException

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

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