- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.netty5.channel.ChannelException
-
- io.netty5.handler.timeout.TimeoutException
-
- io.netty5.handler.timeout.ReadTimeoutException
-
- All Implemented Interfaces:
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(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
INSTANCE
public static final ReadTimeoutException INSTANCE
-
-
Constructor Detail
-
ReadTimeoutException
public ReadTimeoutException()
-
ReadTimeoutException
public ReadTimeoutException(String message)
-
-