Class TimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.netty.channel.ChannelException
io.netty.handler.timeout.TimeoutException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ReadTimeoutException, WriteTimeoutException
A
TimeoutException when no data was either read or written within a
certain period of time.- See Also:
-
Method Summary
Methods inherited from class Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTracein classThrowable
-