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

io.sphere.sdk.client.InvalidClientCredentialsException Maven / Gradle / Ivy

There is a newer version: 1.0.0-M26
Show newest version
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