ChannelNotReadyException

Exception thrown when attempting to receive from a pull channel that is not ready.

Parameters

channel

the channel that was not ready

Constructors

Link copied to clipboard
constructor(channel: PullInputChannel<*>)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
open val message: String?
Link copied to clipboard
Link copied to clipboard