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

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

There is a newer version: 1.1.3
Show newest version
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