Project

General

Profile

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

    
3
public class CdmEagerLoadingException extends RuntimeException {
4

    
5
    private static final long serialVersionUID = -3994961114337636890L;
6

    
7
    public CdmEagerLoadingException(Throwable t) {
8
		super(t);
9
	}
10

    
11
	public CdmEagerLoadingException(String message) {
12
		super(message);
13
	}
14
}
(1-1/3)