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