io.sphere.sdk.client.InvalidClientCredentialsException Maven / Gradle / Ivy
package io.sphere.sdk.client;
public class InvalidClientCredentialsException extends UnauthorizedException {
private static final long serialVersionUID = 0L;
public InvalidClientCredentialsException(final SphereAuthConfig config) {
super("Invalid credentials for " + config.getProjectKey() + " on " + config.getAuthUrl());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy