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

com.nflabs.zeppelin.zan.ZANException Maven / Gradle / Ivy

There is a newer version: 0.3.3
Show newest version
package com.nflabs.zeppelin.zan;

public class ZANException extends Exception{
	public ZANException(Throwable e){
		super(e);
	}
	
	public ZANException(String m){
		super(m);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy