Project

General

Profile

« Previous | Next » 

Revision 2661173a

Added by Andreas Müller almost 4 years ago

cleanup

View differences:

eu.etaxonomy.taxeditor.cdmlib/src/main/java/eu/etaxonomy/taxeditor/service/CdmServiceInterceptorException.java
1 1
package eu.etaxonomy.taxeditor.service;
2 2

  
3 3
public class CdmServiceInterceptorException extends RuntimeException {
4
	
5
	public CdmServiceInterceptorException(String message) {
4

  
5
    private static final long serialVersionUID = 4413915923638221536L;
6

  
7
    public CdmServiceInterceptorException(String message) {
6 8
		super(message);
7 9
	}
8
	
10

  
9 11
	public CdmServiceInterceptorException(Exception ex) {
10 12
		super(ex);
11 13
	}
12

  
13 14
}

Also available in: Unified diff