MissingHeartBeatException

class MissingHeartBeatException(val expectedPeriod: Duration) : Exception(source)

An exception thrown when expected heart beats are not received.

Constructors

Link copied to clipboard
constructor(expectedPeriod: Duration)

Properties

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

The expected period for heartbeats received from the server, which was exceeded, causing this exception.

Link copied to clipboard
open val message: String?