Project

General

Profile

1
package eu.dnetlib.enabling.resultset.rmi;
2

    
3
import eu.dnetlib.common.rmi.RMIException;
4

    
5
public class ResultSetException extends RMIException {
6

    
7
	/**
8
	 * 
9
	 */
10
	private static final long serialVersionUID = -7130554407601059627L;
11

    
12
	public ResultSetException(Throwable e) {
13
		super(e);
14
		// TODO Auto-generated constructor stub
15
	}
16

    
17
	public ResultSetException(String string) {
18
		super(string);
19
	}
20

    
21
}
(1-1/2)