Summer.Batch.Core.Configuration.DuplicateJobException Class Reference

Exception that indicates a name clash when registering job instances. More...

Inheritance diagram for Summer.Batch.Core.Configuration.DuplicateJobException:
Summer.Batch.Core.JobExecutionException

Public Member Functions

 DuplicateJobException (string msg)
 Constructs a new DuplicateJobException with the specified message. More...
 
 DuplicateJobException (string msg, Exception cause)
 Constructs a new DuplicateJobException with the specified message and 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

Exception that indicates a name clash when registering job instances.

Constructor & Destructor Documentation

Summer.Batch.Core.Configuration.DuplicateJobException.DuplicateJobException ( string  msg)

Constructs a new DuplicateJobException with the specified message.

Parameters
msgThe error message.
Summer.Batch.Core.Configuration.DuplicateJobException.DuplicateJobException ( string  msg,
Exception  cause 
)

Constructs a new DuplicateJobException with the specified message and inner exception.

Parameters
msgThe error message.
causeThe inner exception that is the cause of the current exception.

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