com.bigcommerce.exceptions.BigcommerceException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bigcommerce-sdk Show documentation
Show all versions of bigcommerce-sdk Show documentation
Java SDK for BigCommerce REST APIs
package com.bigcommerce.exceptions;
public class BigcommerceException extends RuntimeException {
private static final long serialVersionUID = 1238540756095356005L;
public BigcommerceException(final String message, final Exception exception) {
super(message, exception);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy