Class ComputeExecutionRejectedException
Indicates a situation when execution service provided by the user in configuration rejects execution.
Implements
Inherited Members
Namespace: Apache.Ignite.Core.Compute
Assembly: Apache.Ignite.Core.dll
Syntax
[Serializable]
public class ComputeExecutionRejectedException : IgniteException, ISerializable
Constructors
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 |
|---|---|---|
| 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 |
|---|---|---|
| string | message | The message. |
| Exception | cause | The cause. |