com.tvd12.ezymq.mosquitto.exception.EzyMqttConnectionLostException Maven / Gradle / Ivy
The newest version!
package com.tvd12.ezymq.mosquitto.exception;
public class EzyMqttConnectionLostException extends IllegalStateException {
public EzyMqttConnectionLostException(Throwable e) {
super("Mqtt connection lost", e);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy