public class BlockingReadTimeoutException extends InterruptedIOException
IOException raised by BlockingReadHandler when no data
 was read within a certain period of time.bytesTransferred| Constructor and Description | 
|---|
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. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BlockingReadTimeoutException()
public BlockingReadTimeoutException(String message, Throwable cause)
public BlockingReadTimeoutException(String message)
public BlockingReadTimeoutException(Throwable cause)
Copyright © 2008-2016 The Netty Project. All Rights Reserved.