public class ChannelException extends RuntimeException
RuntimeException which is thrown when an I/O operation fails.| Modifier | Constructor and Description |
|---|---|
|
ChannelException()
Creates a new exception.
|
|
ChannelException(String message)
Creates a new exception.
|
|
ChannelException(String message,
Throwable cause)
Creates a new exception.
|
protected |
ChannelException(String message,
Throwable cause,
boolean shared) |
|
ChannelException(Throwable cause)
Creates a new exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2008–2025 The Netty Project. All rights reserved.