org.jboss.netty.handler.queue
Class BlockingReadTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.io.InterruptedIOException
                  extended by org.jboss.netty.handler.queue.BlockingReadTimeoutException
All Implemented Interfaces:
Serializable

public class BlockingReadTimeoutException
extends InterruptedIOException

A IOException raised by BlockingReadHandler when no data was read within a certain period of time.

Version:
$Rev: 2080 $, $Date: 2010-01-26 18:04:19 +0900 (Tue, 26 Jan 2010) $
Author:
The Netty Project, Trustin Lee
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.io.InterruptedIOException
bytesTransferred
 
Constructor Summary
BlockingReadTimeoutException()
          Creates a new instance.
BlockingReadTimeoutException(String message)
          Creates a new instance.
BlockingReadTimeoutException(String message, Throwable cause)
          Creates a new instance.
BlockingReadTimeoutException(Throwable cause)
          Creates a new instance.
 
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

BlockingReadTimeoutException

public BlockingReadTimeoutException()
Creates a new instance.


BlockingReadTimeoutException

public BlockingReadTimeoutException(String message,
                                    Throwable cause)
Creates a new instance.


BlockingReadTimeoutException

public BlockingReadTimeoutException(String message)
Creates a new instance.


BlockingReadTimeoutException

public BlockingReadTimeoutException(Throwable cause)
Creates a new instance.



Copyright © 2008-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.