org.apache.mina.filter.keepalive
Class KeepAliveTimeoutException

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.KeepAliveTimeoutException
All Implemented Interfaces:
Serializable

public class KeepAliveTimeoutException
extends RuntimeException

A RuntimeException which is thrown when a keep-alive response message was not received within a certain timeout.

Version:
$Rev: 594745 $, $Date: 2007-11-14 04:51:36 +0100 (Wed, 14 Nov 2007) $
Author:
The Apache MINA Project (dev@mina.apache.org)
See Also:
Serialized Form

Constructor Summary
KeepAliveTimeoutException()
           
KeepAliveTimeoutException(String message)
           
KeepAliveTimeoutException(String message, Throwable cause)
           
KeepAliveTimeoutException(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

KeepAliveTimeoutException

public KeepAliveTimeoutException()

KeepAliveTimeoutException

public KeepAliveTimeoutException(String message,
                                 Throwable cause)

KeepAliveTimeoutException

public KeepAliveTimeoutException(String message)

KeepAliveTimeoutException

public KeepAliveTimeoutException(Throwable cause)


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