Project

General

Profile

Download (619 Bytes) Statistics
| Branch: | Tag: | Revision:
1
package eu.etaxonomy.cdm.model.common;
2

    
3
public class NoDefinedTermClassException extends Exception {
4
	private static final long serialVersionUID = 2472032524968009235L;
5

    
6
	public NoDefinedTermClassException() {
7
		// TODO Auto-generated constructor stub
8
	}
9

    
10
	public NoDefinedTermClassException(String arg0) {
11
		super(arg0);
12
		// TODO Auto-generated constructor stub
13
	}
14

    
15
	public NoDefinedTermClassException(Throwable arg0) {
16
		super(arg0);
17
		// TODO Auto-generated constructor stub
18
	}
19

    
20
	public NoDefinedTermClassException(String arg0, Throwable arg1) {
21
		super(arg0, arg1);
22
		// TODO Auto-generated constructor stub
23
	}
24

    
25
}
(27-27/44)