ktor-utils / io.ktor.util.cio / ChannelWriteException

ChannelWriteException

class ChannelWriteException : ChannelIOException

An exception that is thrown when an IO error occurred during writing to the destination channel. Usually it happens when a remote client closed the connection.

Constructors

<init>

ChannelWriteException(message: String = "Cannot write to a channel", exception: Throwable)

An exception that is thrown when an IO error occurred during writing to the destination channel. Usually it happens when a remote client closed the connection.