Class UnknownNodeIdException

All Implemented Interfaces:
Serializable

public class UnknownNodeIdException extends ReasonException
Exception that indicates that a nodeId is not known on this device. For any given device, all nodes are enumerated in the DeviceManifest that the device is running.
Since:
1
Version:
1
See Also:
  • Constructor Details

    • UnknownNodeIdException

      public UnknownNodeIdException(NodeId nodeId)
      Create an exception indicating that the specified nodeId is unknown on this device.
      Parameters:
      nodeId - the nodeId that is not known
      Since:
      1
    • UnknownNodeIdException

      public UnknownNodeIdException(String nodeId)
      Create an exception indicating that the specified nodeId is unknown on this device.
      Parameters:
      nodeId - the nodeId that is not known
      Since:
      1