ClosedChannelException

Exception thrown when attempting to send data through a push channel that is closed.

Parameters

channel

the channel that was closed

Constructors

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

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