Summer.Batch.Core.Launch.NoSuchJobExecutionException Class Reference

Exception to indicate that a required JobExecution is not available. More...

Inheritance diagram for Summer.Batch.Core.Launch.NoSuchJobExecutionException:
Summer.Batch.Core.JobExecutionException

Public Member Functions

 NoSuchJobExecutionException (string msg)
 Creates an exception with the given message. More...
 
 NoSuchJobExecutionException (string msg, Exception e)
 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

 NoSuchJobExecutionException (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

Exception to indicate that a required JobExecution is not available.

Constructor & Destructor Documentation

Summer.Batch.Core.Launch.NoSuchJobExecutionException.NoSuchJobExecutionException ( string  msg)

Creates an exception with the given message.

Parameters
msg
Summer.Batch.Core.Launch.NoSuchJobExecutionException.NoSuchJobExecutionException ( string  msg,
Exception  e 
)

Custom constructor with a message and an inner exception.

Parameters
msgThe message to send to caller
ethe cause of the exception
Summer.Batch.Core.Launch.NoSuchJobExecutionException.NoSuchJobExecutionException ( 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/Launch/NoSuchJobExecutionException.cs