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

com.genesys.statistics.StatisticsException Maven / Gradle / Ivy

The newest version!
package com.genesys.statistics;

public class StatisticsException extends Exception
{
	public StatisticsException(String msg)
	{
		super(msg);
	}

	public StatisticsException(String msg, Exception cause)
	{
		super(msg, cause);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy