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

com.bigcommerce.exceptions.BigcommerceException Maven / Gradle / Ivy

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