FrameTooBigException

class FrameTooBigException(frameSize: Long) : Exception, CopyableThrowable<FrameTooBigException>

Raised when the frame is bigger than allowed in a current websocket session

Parameters

frameSize

size of received or posted frame that is too big

Constructors

Link copied to clipboard
fun FrameTooBigException(frameSize: Long)

Functions

Link copied to clipboard
open override fun createCopy(): FrameTooBigException

Properties

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