package eu.dnetlib.r2d2.rmi;

public class R2D2Exception extends Exception {

	/**
	 * 
	 */
	private static final long serialVersionUID = -7885969690374169821L;

	public R2D2Exception() {
		super();
	}

	public R2D2Exception(String arg0, Throwable arg1) {
		super(arg0, arg1);
	}

	public R2D2Exception(String arg0) {
		super(arg0);
	}

	public R2D2Exception(Throwable arg0) {
		super(arg0);
	}

	
}
