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