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