Class MqttConnectionException

java.lang.Object
java.lang.Throwable
io.vertx.mqtt.MqttConnectionException
All Implemented Interfaces:
Serializable

public class MqttConnectionException extends Throwable
Exception raised when a connection request fails at MQTT level
See Also:
  • Constructor Details

    • MqttConnectionException

      public MqttConnectionException(MqttConnectReturnCode code)
      Constructor
      Parameters:
      code - return code from the CONNACK message
  • Method Details