Table of Contents

Class NodeNotFoundException

Namespace
Apache.Ignite.Compute
Assembly
Apache.Ignite.dll

Thrown when compute component can't find the node to run the job on in the cluster.

[Serializable]
public sealed class NodeNotFoundException : IgniteException, ISerializable
Inheritance
NodeNotFoundException
Implements
Inherited Members

Constructors

NodeNotFoundException(Guid, int, string?, Exception?)

Initializes a new instance of the NodeNotFoundException class.

public NodeNotFoundException(Guid traceId, int code, string? message, Exception? innerException = null)

Parameters

traceId Guid

Trace id.

code int

Code.

message string

Message.

innerException Exception

Inner exception.