
io.relayr.java.websocket.error.MqttDisconnectException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-sdk Show documentation
Show all versions of java-sdk Show documentation
Java SDK for connecting to the Relayr Cloud
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