Summer.Batch.Core.Repository.JobInstanceAlreadyCompleteException Class Reference

An exception indicating an illegal attempt to restart a job that was already completed successfully. More...

Inheritance diagram for Summer.Batch.Core.Repository.JobInstanceAlreadyCompleteException:
Summer.Batch.Core.JobExecutionException

Public Member Functions

 JobInstanceAlreadyCompleteException (string msg)
 Custom constructor with a message. More...
 
 JobInstanceAlreadyCompleteException (string msg, Exception cause)
 Custom constructor with a message and an inner exception. More...
 
- Public Member Functions inherited from Summer.Batch.Core.JobExecutionException
 JobExecutionException (string msg)
 Construct a JobExecutionException with a generic message. More...
 
 JobExecutionException (String msg, Exception cause)
 Construct a JobExecutionException with a generic message and a cause. More...
 

Additional Inherited Members

- Protected Member Functions inherited from Summer.Batch.Core.JobExecutionException
 JobExecutionException (SerializationInfo info, StreamingContext context)
 Serialization constructor. More...
 

Detailed Description

An exception indicating an illegal attempt to restart a job that was already completed successfully.

Constructor & Destructor Documentation

Summer.Batch.Core.Repository.JobInstanceAlreadyCompleteException.JobInstanceAlreadyCompleteException ( string  msg)

Custom constructor with a message.

Parameters
msg
Summer.Batch.Core.Repository.JobInstanceAlreadyCompleteException.JobInstanceAlreadyCompleteException ( string  msg,
Exception  cause 
)

Custom constructor with a message and an inner exception.

Parameters
msg
cause

The documentation for this class was generated from the following file:
  • Summer.Batch.Core/Core/Repository/JobInstanceAlreadyCompleteException.cs