Package io.netty.handler.timeout
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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
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:
-
-
Constructor Details
-
TimeoutException
TimeoutException() -
TimeoutException
TimeoutException(String message, boolean shared)
-
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTrace
in classThrowable
-