StoreException.java
357 Bytes
/*
* Decompiled with CFR 0_118.
*/
package com.adobe.aemds.guide.storage.exception;
public class StoreException
extends Exception {
private static final long serialVersionUID = -8806896330159979036L;
public StoreException(String reason) {
super(reason);
}
public StoreException(Exception cause) {
super(cause);
}
}