org.cloudfoundry.promregator.endpoint.ScrapingException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of promregator Show documentation
Show all versions of promregator Show documentation
Prometheus/CloudFoundry Metrics Aggregator
package org.cloudfoundry.promregator.endpoint;
public class ScrapingException extends Exception {
private static final long serialVersionUID = -1373107601840419517L;
public ScrapingException(String arg0, Throwable arg1) {
super(arg0, arg1);
}
public ScrapingException(String arg0) {
super(arg0);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy