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