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

org.cloudfoundry.promregator.endpoint.LoopbackScrapingDetectedException Maven / Gradle / Ivy

There is a newer version: 1.1.3
Show newest version
package org.cloudfoundry.promregator.endpoint;

public class LoopbackScrapingDetectedException extends RuntimeException {

	private static final long serialVersionUID = -8088563578585318179L;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy