Package com.tccc.kos.commons.util.net
Class KosAddressException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tccc.kos.commons.util.net.KosAddressException
- All Implemented Interfaces:
Serializable
Exception thrown whenever a poorly formatted or invalid KosAddress is detected.
- Since:
- 1.0
- Version:
- 2022-09-05
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionKosAddressException
(String message) Constructs a new "kOS address" 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
-
KosAddressException
Constructs a new "kOS address" exception with the specified message.- Parameters:
message
- the detailed error message
-