java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.webserver.CloseConnectionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ServerConnectionException
Close the connection.
- See Also:
-
Constructor Summary
ConstructorDescriptionCloseConnectionException
(String message) Close connection with a descriptive message.CloseConnectionException
(String message, Throwable cause) Close connection because of an exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CloseConnectionException
Close connection with a descriptive message.- Parameters:
message
- descriptive message
-
CloseConnectionException
Close connection because of an exception.- Parameters:
message
- descriptive messagecause
- cause of this exception
-