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 SummaryConstructorsConstructorDescriptionCloseConnectionException(String message) Close connection with a descriptive message.CloseConnectionException(String message, Throwable cause) Close connection because of an exception.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
CloseConnectionExceptionClose connection with a descriptive message.- Parameters:
- message- descriptive message
 
- 
CloseConnectionExceptionClose connection because of an exception.- Parameters:
- message- descriptive message
- cause- cause of this exception
 
 
-