java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.webserver.ConnectionClosedException
- All Implemented Interfaces:
Serializable
The ConnectionClosedException indicates that a connection was closed and
it's not possible to send more data.
- See Also:
-
Constructor Summary
ConstructorDescriptionConnectionClosedException
(String message) Creates this exception with the provided 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
-
ConnectionClosedException
Creates this exception with the provided message.- Parameters:
message
- the message
-