Class KeepAliveRequestTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.mina.filter.keepalive.KeepAliveRequestTimeoutException
- All Implemented Interfaces:
Serializable
A
RuntimeException which is thrown when a keep-alive response
message was not received within a certain timeout.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of a KeepAliveRequestTimeoutExceptionKeepAliveRequestTimeoutException(String message) Creates a new instance of a KeepAliveRequestTimeoutExceptionKeepAliveRequestTimeoutException(String message, Throwable cause) Creates a new instance of a KeepAliveRequestTimeoutExceptionCreates a new instance of a KeepAliveRequestTimeoutException -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
KeepAliveRequestTimeoutException
public KeepAliveRequestTimeoutException()Creates a new instance of a KeepAliveRequestTimeoutException -
KeepAliveRequestTimeoutException
-
KeepAliveRequestTimeoutException
Creates a new instance of a KeepAliveRequestTimeoutException- Parameters:
message- The detail message
-
KeepAliveRequestTimeoutException
Creates a new instance of a KeepAliveRequestTimeoutException- Parameters:
cause- The Exception's cause
-