Class NodeUnavailableException

All Implemented Interfaces:
Serializable

public class NodeUnavailableException extends GeneralGridException
The exception that is thrown when a grid finds a node with the requested capabilities but it is currently locked.
See Also:
  • Constructor Details

    • NodeUnavailableException

      public NodeUnavailableException()
      Constructs a new NodeUnavailableException.
    • NodeUnavailableException

      public NodeUnavailableException(String message)
      Constructs a new NodeUnavailableException with a specified detail message.
      Parameters:
      message - the detail message.
    • NodeUnavailableException

      public NodeUnavailableException(int errorCode, String message)
      Constructs a new NodeUnavailableException with a specified detail message and error code.
      Parameters:
      errorCode - the error code representing the error that occurred.
      message - the detail message.