ChannelIOException

open class ChannelIOException(message: String, exception: Throwable) : IOException

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.

Inheritors

Constructors

Link copied to clipboard
constructor(message: String, 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