Summer.Batch.Infrastructure.Item.WriterNotOpenException Class Reference

Exception indicating that an ITemWriter needs to be opened before being written to. More...

Inheritance diagram for Summer.Batch.Infrastructure.Item.WriterNotOpenException:
Summer.Batch.Infrastructure.Item.ItemWriterException

Public Member Functions

 WriterNotOpenException (string message, Exception exception)
 Create a new WriterNotOpenException based on a message and an inner exception. More...
 
 WriterNotOpenException (string message)
 Create a new WriterNotOpenException based on a message. More...
 
- Public Member Functions inherited from Summer.Batch.Infrastructure.Item.ItemWriterException
 ItemWriterException (string message, Exception exception)
 Create a new ItemWriterException based on a message and another exception. More...
 
 ItemWriterException (string message)
 Create a new ItemWriterException based on a message. More...
 

Detailed Description

Exception indicating that an ITemWriter needs to be opened before being written to.

Constructor & Destructor Documentation

Summer.Batch.Infrastructure.Item.WriterNotOpenException.WriterNotOpenException ( string  message,
Exception  exception 
)

Create a new WriterNotOpenException based on a message and an inner exception.

Parameters
message
exception
Summer.Batch.Infrastructure.Item.WriterNotOpenException.WriterNotOpenException ( string  message)

Create a new WriterNotOpenException based on a message.

Parameters
message

The documentation for this class was generated from the following file:
  • Summer.Batch.Infrastructure/Item/WriterNotOpenException.cs