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()
Creates a new instance of a KeepAliveRequestTimeoutException
|
KeepAliveRequestTimeoutException(String message)
Creates a new instance of a KeepAliveRequestTimeoutException
|
KeepAliveRequestTimeoutException(String message,
Throwable cause)
Creates a new instance of a KeepAliveRequestTimeoutException
|
KeepAliveRequestTimeoutException(Throwable cause)
Creates a new instance of a KeepAliveRequestTimeoutException
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic KeepAliveRequestTimeoutException()
public KeepAliveRequestTimeoutException(String message, Throwable cause)
message - The detail messagecause - The Exception's causepublic KeepAliveRequestTimeoutException(String message)
message - The detail messagepublic KeepAliveRequestTimeoutException(Throwable cause)
cause - The Exception's causeCopyright © 2004–2024 Apache MINA Project. All rights reserved.