cleanup
[taxeditor.git] / eu.etaxonomy.taxeditor.cdmlib / src / main / java / eu / etaxonomy / taxeditor / remoting / source / CdmRemoteSourceException.java
index a83ed5d07b125ff03e2311e8bd3218766f2e3f2b..9a90b02c2eb5378e62e7c2ad9ba22a69965a0acd 100644 (file)
@@ -1,19 +1,22 @@
 /**
- * 
- */
+* 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.remoting.source;
 
-/**
- * 
- *
- */
 public class CdmRemoteSourceException extends Exception {
-       
-       public CdmRemoteSourceException(String message) {
+
+    private static final long serialVersionUID = -6381037924316526887L;
+
+    public CdmRemoteSourceException(String message) {
                super(message);
        }
 
        public CdmRemoteSourceException(Exception e) {
                super(e);
        }
-}
+}
\ No newline at end of file