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