ChannelReadException
class ChannelReadException(message: String, exception: Throwable) : ChannelIOException
Content copied to clipboard
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.
Constructors
Link copied to clipboard
fun ChannelReadException(message: String = "Cannot read from a channel", exception: Throwable)
Content copied to clipboard