CommerceException.java
526 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* aQute.bnd.annotation.ProviderType
*/
package com.adobe.cq.commerce.api;
import aQute.bnd.annotation.ProviderType;
@ProviderType
public class CommerceException
extends Exception {
private static final long serialVersionUID = 7305051392158404139L;
public CommerceException(String message) {
super(message);
}
public CommerceException(String message, Throwable throwable) {
super(message, throwable);
}
}