BadFrameLengthException

class BadFrameLengthException(val declaredLength: Long) : RuntimeException

Thrown by PeerMessage.tryReadMessage when a peer announces an unaddressable frame length.

Constructors

Link copied to clipboard
constructor(declaredLength: Long)

Properties

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