net.nemerosa.ontrack.client.ClientURLException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ontrack-client Show documentation
Show all versions of ontrack-client Show documentation
Generic customisable HTTP and JSON client.
package net.nemerosa.ontrack.client;
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