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

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

The newest version!
package net.nemerosa.httpclient;

public class ClientSSLSetupException extends ClientException {
    public ClientSSLSetupException(Exception ex) {
        super(ex, "Cannot setup SSL client");
    }
}






© 2015 - 2025 Weber Informatics LLC | Privacy Policy