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, toString
Copyright © 2008–2024 The Netty Project. All rights reserved.