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

se.ugli.habanero.j.HabaneroException Maven / Gradle / Ivy

There is a newer version: 1.8.1.1
Show newest version
package se.ugli.habanero.j;

public class HabaneroException extends RuntimeException {

	private static final long serialVersionUID = 8697180611643224014L;

	public HabaneroException(final String msg) {
		super(msg);
	}

	public HabaneroException(final Throwable t) {
		super(t);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy