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

io.firebus.utils.DataException Maven / Gradle / Ivy

There is a newer version: 1.3.3
Show newest version
package io.firebus.utils;

public class DataException extends Exception
{
	private static final long serialVersionUID = 1L;

	public DataException(String msg)
	{
		super(msg);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy