Package com.tccc.kos.commons.util
Class NodeIdException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tccc.kos.commons.util.NodeIdException
- All Implemented Interfaces:
Serializable
Exception thrown whenever a poorly formatted or invalid NodeId is detected.
- Since:
- 1.0
- Version:
- 2022-12-11
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNodeIdException
(String message) Constructs a new NodeId exception with the specified message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NodeIdException
Constructs a new NodeId exception with the specified message.- Parameters:
message
- the detailed error message
-