ClosedWriteChannelException

Indicates attempt to write on a closed channel (i.e. SdkByteWriteChannel.isClosedForWrite == true) that was closed without a cause. A failed channel rethrows the original SdkByteWriteChannel.close cause exception on send attempts.

Constructors

Link copied to clipboard
constructor(message: String? = null)

Inherited properties

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