public class TimeoutException extends ChannelException
TimeoutException
when no data was either read or written within a
certain period of time.Constructor and Description |
---|
TimeoutException()
Creates a new instance.
|
TimeoutException(String message)
Creates a new instance.
|
TimeoutException(String message,
Throwable cause)
Creates a new instance.
|
TimeoutException(Throwable cause)
Creates a new instance.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2008-2014 The Netty Project. All Rights Reserved.