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

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

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

/**
 * when trying to make a call to Composable Commerce with suspended Project
 *
 */
public class SuspendedProjectException extends UnauthorizedException{
    private static final long serialVersionUID = 0L;

    public SuspendedProjectException(final Throwable cause) {
        super("Project suspended",cause,400);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy