org.apache.mina.filter.keepalive
Class KeepAliveRequestTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.mina.filter.keepalive.KeepAliveRequestTimeoutException
All Implemented Interfaces:
Serializable

public class KeepAliveRequestTimeoutException
extends RuntimeException

A RuntimeException which 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
KeepAliveRequestTimeoutException()
           
KeepAliveRequestTimeoutException(String message)
           
KeepAliveRequestTimeoutException(String message, Throwable cause)
           
KeepAliveRequestTimeoutException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KeepAliveRequestTimeoutException

public KeepAliveRequestTimeoutException()

KeepAliveRequestTimeoutException

public KeepAliveRequestTimeoutException(String message,
                                        Throwable cause)

KeepAliveRequestTimeoutException

public KeepAliveRequestTimeoutException(String message)

KeepAliveRequestTimeoutException

public KeepAliveRequestTimeoutException(Throwable cause)


Copyright © 2004-2011 Apache MINA Project. All Rights Reserved.