Summer.Batch.Core.JobExecutionException Class Reference

Root of exception hierarchy for checked exceptions in job and step execution. Clients of the Job should expect to have to catch and deal with these exceptions because they signal a user error, or an inconsistent state between the user's instructions and the data. More...

Inheritance diagram for Summer.Batch.Core.JobExecutionException:
Summer.Batch.Core.Configuration.DuplicateJobException Summer.Batch.Core.JobInterruptedException Summer.Batch.Core.JobParametersInvalidException Summer.Batch.Core.Launch.JobExecutionNotFailedException Summer.Batch.Core.Launch.JobExecutionNotRunningException Summer.Batch.Core.Launch.JobExecutionNotStoppedException Summer.Batch.Core.Launch.JobInstanceAlreadyExistsException Summer.Batch.Core.Launch.JobParametersNotFoundException Summer.Batch.Core.Launch.NoSuchJobException Summer.Batch.Core.Launch.NoSuchJobExecutionException Summer.Batch.Core.Launch.NoSuchJobInstanceException Summer.Batch.Core.Repository.JobExecutionAlreadyRunningException Summer.Batch.Core.Repository.JobInstanceAlreadyCompleteException Summer.Batch.Core.Repository.JobRestartException

Public Member Functions

 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

 JobExecutionException (SerializationInfo info, StreamingContext context)
 Serialization constructor. More...
 

Detailed Description

Root of exception hierarchy for checked exceptions in job and step execution. Clients of the Job should expect to have to catch and deal with these exceptions because they signal a user error, or an inconsistent state between the user's instructions and the data.

Constructor & Destructor Documentation

Summer.Batch.Core.JobExecutionException.JobExecutionException ( string  msg)

Construct a JobExecutionException with a generic message.

Parameters
msg
Summer.Batch.Core.JobExecutionException.JobExecutionException ( String  msg,
Exception  cause 
)

Construct a JobExecutionException with a generic message and a cause.

Parameters
msg
cause
Summer.Batch.Core.JobExecutionException.JobExecutionException ( 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/JobExecutionException.cs