![JAR search and dependency download from the Maven repository](/logo.png)
org.influxdb.InfluxDBIOException Maven / Gradle / Ivy
package org.influxdb;
import java.io.IOException;
/**
* A wrapper for {@link IOException} caused while interacting with InfluxDB.
*
* @author Simon Legner
*/
public class InfluxDBIOException extends InfluxDBException {
public InfluxDBIOException(final IOException cause) {
super(cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy