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

org.datacleaner.kettle.configuration.DataCleanerSpoonConfigurationException Maven / Gradle / Ivy

There is a newer version: 5.4.0
Show newest version
package org.datacleaner.kettle.configuration;

public class DataCleanerSpoonConfigurationException extends Exception {

    private static final long serialVersionUID = 1L;

    public DataCleanerSpoonConfigurationException(String str) {
        super(str);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy