All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.embulk.plugin.PluginSourceNotMatchException Maven / Gradle / Ivy

package org.embulk.plugin;

public class PluginSourceNotMatchException extends Exception {
    public PluginSourceNotMatchException() {
        super();
    }

    public PluginSourceNotMatchException(String message) {
        super(message);
    }

    public PluginSourceNotMatchException(Throwable cause) {
        super(cause);
    }

    public PluginSourceNotMatchException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy