es.accenture.flink.Utils.Exceptions.KuduClientException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of flink-kudu-connector Show documentation
Show all versions of flink-kudu-connector Show documentation
Connector between Apache Flink and Apache Kudu
The newest version!
package es.accenture.flink.Utils.Exceptions;
import java.io.IOException;
public class KuduClientException extends IOException {
public KuduClientException (String msg) {
super(msg);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy