Class NodeNotFoundException

All Implemented Interfaces:
Serializable, TraceableException

public class NodeNotFoundException extends ComputeException
Thrown when compute component can't find the node to run the job on in the cluster.
See Also:
  • Constructor Details

    • NodeNotFoundException

      public NodeNotFoundException(Set<String> nodeNames)
    • NodeNotFoundException

      public NodeNotFoundException(UUID traceId, int code, String message, Throwable cause)