Project

General

Profile

Download (250 Bytes) Statistics
| Branch: | Tag: | Revision:
1
package eu.etaxonomy.taxeditor.remoting.cache;
2

    
3
public class CdmClientCacheException extends RuntimeException {
4
	
5
	public CdmClientCacheException(String message) {
6
		super(message);
7
	}
8

    
9
	public CdmClientCacheException(Exception e) {
10
		super(e);
11
	}
12
}
(2-2/9)