public class KeepAliveRequestTimeoutException extends RuntimeException
RuntimeException which is thrown when a keep-alive response
message was not received within a certain timeout.| Constructor and Description |
|---|
KeepAliveRequestTimeoutException() |
KeepAliveRequestTimeoutException(String message) |
KeepAliveRequestTimeoutException(String message,
Throwable cause) |
KeepAliveRequestTimeoutException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic KeepAliveRequestTimeoutException()
public KeepAliveRequestTimeoutException(String message, Throwable cause)
public KeepAliveRequestTimeoutException(String message)
public KeepAliveRequestTimeoutException(Throwable cause)