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

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

The newest version!
package io.sphere.sdk.client;

/**
 * when trying to make a commercetoold eith invalid scope
 *
 */
public class InvalidScopeException extends UnauthorizedException{
    private static final long serialVersionUID = 0L;

    public InvalidScopeException(final Throwable cause) {
        super("Invalid scope error",cause,400);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy