Project

General

Profile

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

    
3
public class WrongTermTypeException extends Exception {
4

    
5
	public WrongTermTypeException() {
6
		// TODO Auto-generated constructor stub
7
	}
8

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

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

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

    
24
}
(37-37/39)