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
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description TimeoutException()
TimeoutException(boolean shared)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
fillInStackTrace()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-