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