Summer.Batch.Infrastructure.Item.WriteFailedException Class Reference

Unchecked exception indicating that an error has occurred while trying to clear a buffer on a rollback. More...

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

Public Member Functions

 WriteFailedException (string message, Exception exception)
 Create a new WriteFailedException based on a message and an inner exception. More...
 
 WriteFailedException (string message)
 Create a new WriteFailedException 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

Unchecked exception indicating that an error has occurred while trying to clear a buffer on a rollback.

Constructor & Destructor Documentation

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

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

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

Create a new WriteFailedException based on a message.

Parameters
message

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