Class ComputeExecutionRejectedException
Indicates a situation when execution service provided by the user in configuration rejects execution.
Namespace: Apache.Ignite.Core.Compute
Assembly: Apache.Ignite.Core.dll
Syntax
public class ComputeExecutionRejectedException : IgniteExceptionConstructors
ComputeExecutionRejectedException()
Initializes a new instance of the ComputeExecutionRejectedException class.
Declaration
public ComputeExecutionRejectedException()ComputeExecutionRejectedException(SerializationInfo, StreamingContext)
Initializes a new instance of the ComputeExecutionRejectedException class.
Declaration
protected ComputeExecutionRejectedException(SerializationInfo info, StreamingContext ctx)Parameters
| Type | Name | Description | 
|---|---|---|
| SerializationInfo | info | Serialization information. | 
| StreamingContext | ctx | Streaming context. | 
ComputeExecutionRejectedException(String)
Initializes a new instance of the ComputeExecutionRejectedException class.
Declaration
public ComputeExecutionRejectedException(string message)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | message | The message that describes the error. | 
ComputeExecutionRejectedException(String, Exception)
Initializes a new instance of the ComputeExecutionRejectedException class.
Declaration
public ComputeExecutionRejectedException(string message, Exception cause)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | message | The message. | 
| Exception | cause | The cause. |