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

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

There is a newer version: 1.0.0-M12
Show newest version
package io.sphere.sdk.client;

public class TestClientException extends RuntimeException {
    private static final long serialVersionUID = 4954918890077093843L;

    public TestClientException(final Exception e) {
        super(e);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy