All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.relayr.java.websocket.error.MqttDisconnectException Maven / Gradle / Ivy

The newest version!
package io.relayr.java.websocket.error;

public class MqttDisconnectException extends Throwable {

    public MqttDisconnectException(String detailMessage) {
        super(detailMessage);
    }

    public MqttDisconnectException() {
        super();
    }
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy