public class TimeoutException extends ChannelException
TimeoutException
when no data was either read or written within a
certain period of time.Modifier and Type | Method and Description |
---|---|
Throwable |
fillInStackTrace() |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public Throwable fillInStackTrace()
fillInStackTrace
in class Throwable
Copyright © 2008–2017 The Netty Project. All rights reserved.