Serializablepublic class KeepAliveRequestTimeoutException extends RuntimeException
RuntimeException which is thrown when a keep-alive response
message was not received within a certain timeout.| Constructor | 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
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, 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–2018 Apache MINA Project. All rights reserved.