![JAR search and dependency download from the Maven repository](/logo.png)
org.openfact.report.ReportException Maven / Gradle / Ivy
The newest version!
package org.openfact.report;
public class ReportException extends Exception {
private static final long serialVersionUID = 1L;
public ReportException(Throwable cause) {
super(cause);
}
public ReportException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy