Project

General

Profile

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

    
3
public class CdmEagerLoadingException extends RuntimeException {
4
	
5
	public CdmEagerLoadingException(Throwable t) {
6
		super(t);
7
	}
8
	
9
	public CdmEagerLoadingException(String message) {
10
		super(message);
11
	}
12

    
13
}
(1-1/2)