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.

Constructors

Link copied to clipboard
fun ChannelIOException(message: String, exception: Throwable)

Inheritors

Link copied to clipboard
Link copied to clipboard