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

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