public final class ReadTimeoutException extends TimeoutException
TimeoutException raised by ReadTimeoutHandler when no data
was read within a certain period of time.| Modifier and Type | Field and Description |
|---|---|
static ReadTimeoutException |
INSTANCE |
| Constructor and Description |
|---|
ReadTimeoutException() |
ReadTimeoutException(String message) |
fillInStackTraceaddSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final ReadTimeoutException INSTANCE
public ReadTimeoutException()
public ReadTimeoutException(String message)
Copyright © 2008–2025 The Netty Project. All rights reserved.