updated CDMServer and corresponding test files to use dbunit datasets with the possib...
[taxeditor.git] / eu.etaxonomy.taxeditor.remoting / src / test / java / eu / etaxonomy / taxeditor / exception / CDMServerException.java
index 29eb359d06672a7bba4bce1e3fe3636a19719e46..ed2b691ae0da85250a13df3e16ebdfeac91e3efa 100644 (file)
@@ -24,4 +24,8 @@ public class CDMServerException extends Exception {
         super(e);
     }
 
+    public CDMServerException(String message,Exception e) {
+        super(message,e);
+    }
+
 }