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

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

package net.nemerosa.httpclient;

public class ClientNotFoundException extends ClientException {
    public ClientNotFoundException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy