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:
java.io.Serializable
public final class ReadTimeoutException extends TimeoutException
ATimeoutException
raised byReadTimeoutHandler
when no data was read within a certain period of time.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ReadTimeoutException
INSTANCE
-
Constructor Summary
Constructors Constructor Description ReadTimeoutException()
ReadTimeoutException(java.lang.String message)
-
Method Summary
-
Methods inherited from class io.netty.handler.timeout.TimeoutException
fillInStackTrace
-
-
-
-
Field Detail
-
INSTANCE
public static final ReadTimeoutException INSTANCE
-
-