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

io.jaspercloud.react.http.client.HttpProcessException Maven / Gradle / Ivy

package io.jaspercloud.react.http.client;

public class HttpProcessException extends RuntimeException {

    public HttpProcessException() {
    }

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

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

    public HttpProcessException(Throwable cause) {
        super(cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy