Project

General

Profile

Download (274 Bytes) Statistics
| Branch: | Tag: | Revision:
1
/**
2
 * 
3
 */
4
package eu.etaxonomy.taxeditor.remoting.source;
5

    
6
/**
7
 * 
8
 *
9
 */
10
public class CdmRemoteSourceException extends Exception {
11
	
12
	public CdmRemoteSourceException(String message) {
13
		super(message);
14
	}
15

    
16
	public CdmRemoteSourceException(Exception e) {
17
		super(e);
18
	}
19
}
(4-4/7)