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
private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description ReadTimeoutException()
private
ReadTimeoutException(boolean shared)
ReadTimeoutException(java.lang.String message)
-
Method Summary
-
Methods inherited from class io.netty.handler.timeout.TimeoutException
fillInStackTrace
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
INSTANCE
public static final ReadTimeoutException INSTANCE
-
-