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/remoting/server/CDMServerException.java
11 11
/**
12 12
 * @author cmathew
13 13
 * @date 23 Sep 2014
14
 *
15 14
 */
16 15
public class CDMServerException extends Exception {
17 16

  
17
    private static final long serialVersionUID = -7024801695206657419L;
18

  
18 19
    public CDMServerException(String message) {
19 20
        super(message);
20 21
    }
......
26 27
    public CDMServerException(String message,Exception e) {
27 28
        super(message,e);
28 29
    }
29

  
30 30
}

Also available in: Unified diff