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

io.prometheus.metrics.config.PrometheusPropertiesException Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version
package io.prometheus.metrics.config;

public class PrometheusPropertiesException extends RuntimeException {

    public PrometheusPropertiesException(String msg) {
        super(msg);
    }

    public PrometheusPropertiesException(String msg, Exception cause) {
        super(msg, cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy