it.wldt.adapter.mqtt.physical.exception.MqttPhysicalAdapterConfigurationException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mqtt-physical-adapter Show documentation
Show all versions of mqtt-physical-adapter Show documentation
Physical adapter to connect with the MQTT protocol
The newest version!
package it.wldt.adapter.mqtt.physical.exception;
public class MqttPhysicalAdapterConfigurationException extends Exception{
public MqttPhysicalAdapterConfigurationException(String message) {
super(message);
}
}