Package org.apache.ignite.compute
Class NodeNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.ignite.lang.IgniteException
org.apache.ignite.compute.ComputeException
org.apache.ignite.compute.NodeNotFoundException
- All Implemented Interfaces:
Serializable
,TraceableException
Thrown when compute component can't find the node to run the job on in the cluster.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNodeNotFoundException
(Set<String> nodeNames) NodeNotFoundException
(UUID traceId, int code, String message, Throwable cause) -
Method Summary
Methods inherited from class org.apache.ignite.lang.IgniteException
code, codeAsString, errorCode, groupCode, groupName, toString, traceId
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
NodeNotFoundException
-
NodeNotFoundException
-