ClosedSendChannelException

class ClosedSendChannelException : CancellationException (source)

Platform and version requirements: JVM

Indicates attempt to send on isClosedForSend channel that was closed without a cause. A failed channel rethrows the original close cause exception on send attempts.

Constructors

<init>

ClosedSendChannelException(message: String?)

Indicates attempt to send on isClosedForSend channel that was closed without a cause. A failed channel rethrows the original close cause exception on send attempts.