ChannelReadException

class ChannelReadException(message: String = "Cannot read from a channel", exception: Throwable) : ChannelIOException

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
constructor(message: String = "Cannot read from a channel", exception: Throwable)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?
Link copied to clipboard

Root cause of the Throwable.

Functions

Link copied to clipboard

Internal helper for setting cause on Throwable in MPP

Internal helper for setting cause on Throwable in MPP

Internal helper for setting cause on Throwable in MPP

Internal helper for setting cause on Throwable in MPP