public class ChannelIOException
An exception thrown when an IO error occurred during reading or writing to/from the underlying channel. The typical error is "connection reset" and so on.
| Constructor and Description |
|---|
ChannelIOException(java.lang.String message,
java.lang.Throwable exception)
An exception thrown when an IO error occurred during reading or writing to/from the underlying channel.
The typical error is "connection reset" and so on.
|