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/cdm/api/application/CdmApplicationException.java
11 11
/**
12 12
 * @author cmathew
13 13
 * @date 18 Jun 2015
14
 *
15 14
 */
16 15
public class CdmApplicationException extends Exception {
17 16

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

  
18 19
    public CdmApplicationException(Exception ex) {
19 20
        super(ex);
20 21
    }

Also available in: Unified diff