Class NodeNotFoundException
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)