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
        }
15

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

    
20
}
(2-2/4)