Package com.kosdev.kos.commons.util
Class UnknownNodeIdException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.kosdev.kos.commons.util.ReasonException
com.kosdev.kos.commons.util.UnknownNodeIdException
- All Implemented Interfaces:
Serializable
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 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.kosdev.kos.commons.util.ReasonException
getReason, getReasonDataMethods 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- Since:
- 1
-
UnknownNodeIdException
Create an exception indicating that the specified nodeId is unknown on this device.- Parameters:
nodeId- the nodeId that is not known- Since:
- 1
-