Class NoMatchingNodeFoundExceptionGeneral

All Implemented Interfaces:
Serializable

public class NoMatchingNodeFoundExceptionGeneral extends GeneralGridException
The exception that is thrown when a grid cannot find a node with the requested capabilities.
See Also:
  • Constructor Details

    • NoMatchingNodeFoundExceptionGeneral

      public NoMatchingNodeFoundExceptionGeneral()
      Constructs a new NoMatchingNodeFoundExceptionGeneral.
    • NoMatchingNodeFoundExceptionGeneral

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

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