vertx / io.vertx.mqtt / MqttException

MqttException

open class MqttException : Throwable

Exception raised with a specific reason code

Constructors

<init>

MqttException(code: Int)
MqttException(code: Int, message: String)

Constructor

Properties

MQTT_INFLIGHT_QUEUE_FULL

static val MQTT_INFLIGHT_QUEUE_FULL: Int

MQTT_INVALID_TOPIC_FILTER

static val MQTT_INVALID_TOPIC_FILTER: Int

MQTT_INVALID_TOPIC_NAME

static val MQTT_INVALID_TOPIC_NAME: Int

Functions

code

open fun code(): Int