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