Package org.jboss.netty.handler.queue
Class BlockingReadTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.InterruptedIOException
org.jboss.netty.handler.queue.BlockingReadTimeoutException
- All Implemented Interfaces:
Serializable
A
IOException
raised by BlockingReadHandler
when no data
was read within a certain period of time.- See Also:
-
Field Summary
FieldsFields inherited from class java.io.InterruptedIOException
bytesTransferred
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance.BlockingReadTimeoutException
(String message) Creates a new instance.BlockingReadTimeoutException
(String message, Throwable cause) Creates a new instance.Creates a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
BlockingReadTimeoutException
public BlockingReadTimeoutException()Creates a new instance. -
BlockingReadTimeoutException
Creates a new instance. -
BlockingReadTimeoutException
Creates a new instance. -
BlockingReadTimeoutException
Creates a new instance.
-