WebsocketDeserializeException

class WebsocketDeserializeException(message: String, cause: Throwable? = null, val frame: Frame) : WebsocketContentConvertException(source)

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable? = null, frame: Frame)

Properties

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