Summer.Batch.Core.JobInterruptedException Class Reference

Exception to indicate the the job has been interrupted. The exception state indicated is not normally recoverable by batch application clients, but internally it is useful to force a check. The exception will often be wrapped in a runtime exception (usually UnexpectedJobExecutionException before reaching the client. More...

Inheritance diagram for Summer.Batch.Core.JobInterruptedException:
Summer.Batch.Core.JobExecutionException

Public Member Functions

 JobInterruptedException (string msg)
 Construct a JobExecutionException with a generic message. More...
 
 JobInterruptedException (String msg, BatchStatus status)
 Custom constructor with message and Status. More...
 
override void GetObjectData (SerializationInfo info, StreamingContext context)
 Serialization implementation. 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

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

Properties

BatchStatus Status [get]
 Batch status. More...
 

Detailed Description

Exception to indicate the the job has been interrupted. The exception state indicated is not normally recoverable by batch application clients, but internally it is useful to force a check. The exception will often be wrapped in a runtime exception (usually UnexpectedJobExecutionException before reaching the client.

Constructor & Destructor Documentation

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

Construct a JobExecutionException with a generic message.

Parameters
msg
Summer.Batch.Core.JobInterruptedException.JobInterruptedException ( String  msg,
BatchStatus  status 
)

Custom constructor with message and Status.

Parameters
msg
status
Summer.Batch.Core.JobInterruptedException.JobInterruptedException ( SerializationInfo  info,
StreamingContext  context 
)
protected

Serialization constructor.

Parameters
info
context

Member Function Documentation

override void Summer.Batch.Core.JobInterruptedException.GetObjectData ( SerializationInfo  info,
StreamingContext  context 
)

Serialization implementation.

Parameters
info
context

Property Documentation

BatchStatus Summer.Batch.Core.JobInterruptedException.Status
get

Batch status.


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