Example usage for Java io.netty.channel ChannelException fields, constructors, methods, implement or subclass
The text is from its open source code.
ChannelException(String message) Creates a new exception. | |
ChannelException(Throwable cause) Creates a new exception. | |
ChannelException(String message, Throwable cause) Creates a new exception. |