Package io.netty.handler.timeout
Class ReadTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.netty.channel.ChannelException
io.netty.handler.timeout.TimeoutException
io.netty.handler.timeout.ReadTimeoutException
- All Implemented Interfaces:
Serializable
A
TimeoutException
raised by ReadTimeoutHandler
when no data
was read within a certain period of time.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
ReadTimeoutException
(boolean shared) ReadTimeoutException
(String message) -
Method Summary
Methods inherited from class io.netty.handler.timeout.TimeoutException
fillInStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
INSTANCE
-
-
Constructor Details
-
ReadTimeoutException
public ReadTimeoutException() -
ReadTimeoutException
-
ReadTimeoutException
private ReadTimeoutException(boolean shared)
-