Class UnknownNodeIdException

All Implemented Interfaces:
Serializable

public class UnknownNodeIdException extends ReasonException
Exception that indicates that a nodeId is not known on this device.
Version:
2025-03-02
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
    • 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