Proton DotNet
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Apache.Qpid.Proton.Client.Concurrent.RejectedExecutionException Class Referencesealed

Exception that is thrown when a "Task" or "Action" that is submitted to an executor implementation is rejected for some reason such as capacity limits being hit or the executor being shut down. More...

Inheritance diagram for Apache.Qpid.Proton.Client.Concurrent.RejectedExecutionException:

Public Member Functions

 RejectedExecutionException ()
 Create a basic exception with no additional error information.
 
 RejectedExecutionException (string message)
 Create a rejected execution exception with the provided message.
 
 RejectedExecutionException (string message, Exception innerException)
 Create a rejected execution exception with the provided message and an inner exception which will be convery along with this exception instance.
 

Detailed Description

Exception that is thrown when a "Task" or "Action" that is submitted to an executor implementation is rejected for some reason such as capacity limits being hit or the executor being shut down.

Constructor & Destructor Documentation

◆ RejectedExecutionException() [1/2]

Apache.Qpid.Proton.Client.Concurrent.RejectedExecutionException.RejectedExecutionException ( string  message)
inline

Create a rejected execution exception with the provided message.

Parameters
messageThe message to convey with this exception

◆ RejectedExecutionException() [2/2]

Apache.Qpid.Proton.Client.Concurrent.RejectedExecutionException.RejectedExecutionException ( string  message,
Exception  innerException 
)
inline

Create a rejected execution exception with the provided message and an inner exception which will be convery along with this exception instance.

Parameters
messageThe message to convey with this exception
innerExceptionA wrapped causal exception

The documentation for this class was generated from the following file: