![JAR search and dependency download from the Maven repository](/logo.png)
com.sap.cloud.rest.api.client.http.HttpClientCreationException Maven / Gradle / Ivy
package com.sap.cloud.rest.api.client.http;
public class HttpClientCreationException extends RuntimeException {
private static final long serialVersionUID = 1L;
public HttpClientCreationException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy