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

io.dropwizard.configuration.UndefinedEnvironmentVariableException Maven / Gradle / Ivy

There is a newer version: 0.0.3
Show newest version
package io.dropwizard.configuration;

public class UndefinedEnvironmentVariableException extends RuntimeException {
    private static final long serialVersionUID = 1L;

    public UndefinedEnvironmentVariableException(String errorMessage) {
        super(errorMessage);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy