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

net.nemerosa.httpclient.ClientCannotGetContentException Maven / Gradle / Ivy

package net.nemerosa.httpclient;

public class ClientCannotGetContentException extends ClientException {
    public ClientCannotGetContentException(String context, Exception e) {
        super(e, "Cannot get any response from %s: %s", context, e);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy