Package org.apache.mina.filter.keepalive
Class KeepAliveRequestTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.mina.filter.keepalive.KeepAliveRequestTimeoutException
-
- All Implemented Interfaces:
java.io.Serializable
public class KeepAliveRequestTimeoutException extends java.lang.RuntimeExceptionARuntimeExceptionwhich is thrown when a keep-alive response message was not received within a certain timeout.- Author:
- Apache MINA Project
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KeepAliveRequestTimeoutException()Creates a new instance of a KeepAliveRequestTimeoutExceptionKeepAliveRequestTimeoutException(java.lang.String message)Creates a new instance of a KeepAliveRequestTimeoutExceptionKeepAliveRequestTimeoutException(java.lang.String message, java.lang.Throwable cause)Creates a new instance of a KeepAliveRequestTimeoutExceptionKeepAliveRequestTimeoutException(java.lang.Throwable cause)Creates a new instance of a KeepAliveRequestTimeoutException
-
-
-
Constructor Detail
-
KeepAliveRequestTimeoutException
public KeepAliveRequestTimeoutException()
Creates a new instance of a KeepAliveRequestTimeoutException
-
KeepAliveRequestTimeoutException
public KeepAliveRequestTimeoutException(java.lang.String message, java.lang.Throwable cause)Creates a new instance of a KeepAliveRequestTimeoutException- Parameters:
message- The detail messagecause- The Exception's cause
-
KeepAliveRequestTimeoutException
public KeepAliveRequestTimeoutException(java.lang.String message)
Creates a new instance of a KeepAliveRequestTimeoutException- Parameters:
message- The detail message
-
KeepAliveRequestTimeoutException
public KeepAliveRequestTimeoutException(java.lang.Throwable cause)
Creates a new instance of a KeepAliveRequestTimeoutException- Parameters:
cause- The Exception's cause
-
-