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

net.sf.ahtutils.report.exception.ReportException Maven / Gradle / Ivy

There is a newer version: 0.2.5
Show newest version
package net.sf.ahtutils.report.exception;

public class ReportException extends Exception{

	private static final long serialVersionUID = -9048781051826827615L;
	public ReportException(){}
	public ReportException(String msg){
		super(msg);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy