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

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

package io.jaspercloud.react.http.client;

public class UnsupportedHttp2Exception extends UnsupportedOperationException {

    public UnsupportedHttp2Exception() {
    }

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

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy