ref #9190: rename webapp to local
[taxeditor.git] / eu.etaxonomy.taxeditor.webapp / src / main / java / eu / etaxonomy / taxeditor / local / CdmEmbeddedServerException.java
diff --git a/eu.etaxonomy.taxeditor.webapp/src/main/java/eu/etaxonomy/taxeditor/local/CdmEmbeddedServerException.java b/eu.etaxonomy.taxeditor.webapp/src/main/java/eu/etaxonomy/taxeditor/local/CdmEmbeddedServerException.java
deleted file mode 100644 (file)
index fb9a01c..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-/**
-* Copyright (C) 2014 EDIT
-* European Distributed Institute of Taxonomy
-* http://www.e-taxonomy.eu
-*
-* The contents of this file are subject to the Mozilla Public License Version 1.1
-* See LICENSE.TXT at the top of this package for the full license terms.
-*/
-package eu.etaxonomy.taxeditor.local;
-
-/**
- * @author cmathew
- * @date 23 Sep 2014
- */
-public class CdmEmbeddedServerException extends Exception {
-
-    private static final long serialVersionUID = -4294945316612420704L;
-
-       public CdmEmbeddedServerException(String message) {
-        super(message);
-    }
-
-    public CdmEmbeddedServerException(Exception e) {
-        super(e);
-    }
-
-    public CdmEmbeddedServerException(String message,Exception e) {
-        super(message,e);
-    }
-}
\ No newline at end of file