org.apache.mina.filter.traffic
Class ReadFloodException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.mina.common.RuntimeIoException
                  extended by org.apache.mina.filter.traffic.ReadFloodException
All Implemented Interfaces:
Serializable, IoFloodException

public class ReadFloodException
extends RuntimeIoException
implements IoFloodException

An exception that is thrown by ReadThrottleFilter when the buffer size grows up too much.

Version:
$Rev: 591600 $, $Date: 2007-11-03 12:32:13 +0100 (Sat, 03 Nov 2007) $
Author:
The Apache MINA Project (dev@mina.apache.org)
See Also:
Serialized Form

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

ReadFloodException

public ReadFloodException()

ReadFloodException

public ReadFloodException(String message,
                          Throwable cause)

ReadFloodException

public ReadFloodException(String message)

ReadFloodException

public ReadFloodException(Throwable cause)


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