Class MqttConnectionException
java.lang.Object
java.lang.Throwable
io.vertx.mqtt.MqttConnectionException
- All Implemented Interfaces:
Serializable
Exception raised when a connection request fails at MQTT level
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MqttConnectionException
Constructor- Parameters:
code- return code from the CONNACK message
-
-
Method Details
-
code
- Returns:
- Return code from the CONNACK message
-