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:
java.io.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
fillInStackTrace()
-