Project

General

Profile

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

    
3
public class CdmServiceInterceptorException extends RuntimeException {
4
	
5
	public CdmServiceInterceptorException(String message) {
6
		super(message);
7
	}
8
	
9
	public CdmServiceInterceptorException(Exception ex) {
10
		super(ex);
11
	}
12

    
13
}
(3-3/6)