
de.galan.commons.net.flux.HttpClientException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons Show documentation
Show all versions of commons Show documentation
Additional common functionality for Java developers.
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