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

it.uniroma2.art.coda.exception.ValueNotPresentDueToConfigurationException Maven / Gradle / Ivy

package it.uniroma2.art.coda.exception;

public class ValueNotPresentDueToConfigurationException extends Exception {

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy