CloseException

Represents an exception thrown when trying to close a bus.

Inheritors

Types

Link copied to clipboard

Represents an exception thrown when trying to close a bus that does not exist.

Link copied to clipboard

Represents an exception thrown when trying to close a bus that is collecting.

Link copied to clipboard

Represents an exception thrown when trying to close a bus that is not empty (all events are not consumed completely).

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
abstract val key: ChannelEventKey<*>
Link copied to clipboard
open val message: String?