Package io.vertx.mqtt

Class MqttException

    • Field Detail

      • MQTT_INVALID_TOPIC_NAME

        public static final int MQTT_INVALID_TOPIC_NAME
        See Also:
        Constant Field Values
      • MQTT_INVALID_TOPIC_FILTER

        public static final int MQTT_INVALID_TOPIC_FILTER
        See Also:
        Constant Field Values
      • MQTT_INFLIGHT_QUEUE_FULL

        public static final int MQTT_INFLIGHT_QUEUE_FULL
        See Also:
        Constant Field Values
    • Constructor Detail

      • MqttException

        public MqttException​(int code)
        Constructor
        Parameters:
        code - reason code for the exception
      • MqttException

        public MqttException​(int code,
                             String message)
        Constructor
        Parameters:
        code - reason code for the exception
        message - detailed message for the exception
    • Method Detail

      • code

        public int code()
        Returns:
        reason code for the exception