Package com.tccc.kos.commons.util
Class UnknownNodeIdException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tccc.kos.commons.util.ReasonException
com.tccc.kos.commons.util.UnknownNodeIdException
- All Implemented Interfaces:
Serializable
Exception that indicates that a nodeId is not known on this device.
- Version:
- 2025-03-02
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownNodeIdException
(NodeId nodeId) Create an exception indicating that the specified nodeId is unknown on this device.UnknownNodeIdException
(String nodeId) Create an exception indicating that the specified nodeId is unknown on this device. -
Method Summary
Methods inherited from class com.tccc.kos.commons.util.ReasonException
getReason, getReasonData
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownNodeIdException
Create an exception indicating that the specified nodeId is unknown on this device.- Parameters:
nodeId
- the nodeId that is not known
-
UnknownNodeIdException
Create an exception indicating that the specified nodeId is unknown on this device.- Parameters:
nodeId
- the nodeId that is not known
-