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

com.groupbyinc.experimentapi.bucketer.ConfigurationException Maven / Gradle / Ivy

There is a newer version: 198
Show newest version
package com.groupbyinc.experimentapi.bucketer;

public class ConfigurationException extends Exception {
    public ConfigurationException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy