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

de.galan.commons.net.flux.HttpClientException Maven / Gradle / Ivy

There is a newer version: 2.1.1
Show newest version
package de.galan.commons.net.flux;

/**
 * Exception thrown while executing a remote http call.
 * 
 * @author daniel
 */
public class HttpClientException extends Exception {

	public HttpClientException(String message, Throwable cause) {
		super(message, cause);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy