public class ChannelWriteException
An exception that is thrown when an IO error occurred during writing to the destination channel. Usually it happens when a remote client closed the connection.
| Constructor and Description |
|---|
ChannelWriteException(java.lang.String message,
java.lang.Throwable exception)
An exception that is thrown when an IO error occurred during writing to the destination channel.
Usually it happens when a remote client closed the connection.
|