io.probedock.client.common.config.ProbeConfigurationException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of probedock-java Show documentation
Show all versions of probedock-java Show documentation
Base code to write Probe Dock clients in Java
package io.probedock.client.common.config;
import io.probedock.client.ProbeRuntimeException;
/**
* @author Simon Oulevay
*/
public class ProbeConfigurationException extends ProbeRuntimeException {
public ProbeConfigurationException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy