
net.nemerosa.httpclient.ClientURLException Maven / Gradle / Ivy
The newest version!
package net.nemerosa.httpclient;
import java.net.MalformedURLException;
public class ClientURLException extends ClientException {
public ClientURLException(String url, MalformedURLException e) {
super(e, "Malformed URL: %s", url);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy