Summer.Batch.Common.TaskExecution.TaskTimeoutException Class Reference

Exception thrown when a IAsyncTaskExecutor rejects to accept a given task for execution because of the specified timeout. More...

Inheritance diagram for Summer.Batch.Common.TaskExecution.TaskTimeoutException:
Summer.Batch.Common.TaskExecution.TaskRejectedException

Public Member Functions

 TaskTimeoutException (string message)
 Custom constructor using a message. More...
 
 TaskTimeoutException (string message, Exception cause)
 Custom constructor using a message and an inner exception. More...
 
- Public Member Functions inherited from Summer.Batch.Common.TaskExecution.TaskRejectedException
 TaskRejectedException (string message)
 Custom constructor with a message. More...
 
 TaskRejectedException (string message, Exception innerException)
 Custom constructor with inner exception and a message. More...
 

Detailed Description

Exception thrown when a IAsyncTaskExecutor rejects to accept a given task for execution because of the specified timeout.

Constructor & Destructor Documentation

Summer.Batch.Common.TaskExecution.TaskTimeoutException.TaskTimeoutException ( string  message)

Custom constructor using a message.

Parameters
message
Summer.Batch.Common.TaskExecution.TaskTimeoutException.TaskTimeoutException ( string  message,
Exception  cause 
)

Custom constructor using a message and an inner exception.

Parameters
message
cause

The documentation for this class was generated from the following file:
  • Summer.Batch.Common/TaskExecution/TaskTimeoutException.cs