Summer.Batch.Core.Repository.JobRestartException Class Reference

An exception indicating an illegal attempt to restart a job. More...

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

Public Member Functions

 JobRestartException (string str)
 Custom constructor using a message. More...
 
 JobRestartException (String msg, Exception t)
 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...
 

Protected Member Functions

 JobRestartException (SerializationInfo info, StreamingContext context)
 Serialization constructor. More...
 
- 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.

Constructor & Destructor Documentation

Summer.Batch.Core.Repository.JobRestartException.JobRestartException ( string  str)

Custom constructor using a message.

Parameters
str
Summer.Batch.Core.Repository.JobRestartException.JobRestartException ( String  msg,
Exception  t 
)

Custom constructor with a message and an inner exception.

Parameters
msg
t
Summer.Batch.Core.Repository.JobRestartException.JobRestartException ( SerializationInfo  info,
StreamingContext  context 
)
protected

Serialization constructor.

Parameters
info
context

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