ClosedReceiveChannelException

class ClosedReceiveChannelException : NoSuchElementException (source)

Platform and version requirements: JVM

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

Constructors

<init>

ClosedReceiveChannelException(message: String?)

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