diff geo-backend/src/main/java/de/intevation/gnv/geobackend/sde/datasources/exception/DatasourceException.java @ 894:d674cef2ca0d

Using unix line endings only. geo-backend/trunk@939 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 18 Apr 2010 09:22:38 +0000
parents b757def3ff55
children 02cd2935b5fa
line wrap: on
line diff
--- a/geo-backend/src/main/java/de/intevation/gnv/geobackend/sde/datasources/exception/DatasourceException.java	Sat Apr 17 09:28:02 2010 +0000
+++ b/geo-backend/src/main/java/de/intevation/gnv/geobackend/sde/datasources/exception/DatasourceException.java	Sun Apr 18 09:22:38 2010 +0000
@@ -1,51 +1,51 @@
-package de.intevation.gnv.geobackend.sde.datasources.exception;
-
-/**
- * A Class for encapsulating implementation specific datasource exceptions.
- * This exception class can be used for all exceptions occuring in connection 
- * to "datasources actions".
- * 
- * @author blume
- * @author drewnak
- * @author <a href="mailto:tim.englich@intevation.de">Tim Englich</a>
- */
-public class DatasourceException extends Exception {
-
-    /**
-     * The UID of this Class.
-     */
-    private static final long serialVersionUID = 2593142889158383466L;
-
-    /**
-     * Constructor
-     */
-    public DatasourceException() {
-        super();
-    }
-
-    /**
-     * Constructor
-     * @param pMessage the Exceptionmessage
-     */
-    public DatasourceException(String pMessage) {
-        super(pMessage);
-    }
-
-    /**
-     * Constructor
-     * @param pMessage the Exceptionmessage
-     * @param pCause the Throwable which cause this exception
-     */
-    public DatasourceException(String pMessage, Throwable pCause) {
-        super(pMessage, pCause);
-    }
-
-    /**
-     * Constructor
-     * @param pCause the Throwable which cause this exception
-     */
-    public DatasourceException(Throwable pCause) {
-        super(pCause);
-    }
-
-}
+package de.intevation.gnv.geobackend.sde.datasources.exception;
+
+/**
+ * A Class for encapsulating implementation specific datasource exceptions.
+ * This exception class can be used for all exceptions occuring in connection 
+ * to "datasources actions".
+ * 
+ * @author blume
+ * @author drewnak
+ * @author <a href="mailto:tim.englich@intevation.de">Tim Englich</a>
+ */
+public class DatasourceException extends Exception {
+
+    /**
+     * The UID of this Class.
+     */
+    private static final long serialVersionUID = 2593142889158383466L;
+
+    /**
+     * Constructor
+     */
+    public DatasourceException() {
+        super();
+    }
+
+    /**
+     * Constructor
+     * @param pMessage the Exceptionmessage
+     */
+    public DatasourceException(String pMessage) {
+        super(pMessage);
+    }
+
+    /**
+     * Constructor
+     * @param pMessage the Exceptionmessage
+     * @param pCause the Throwable which cause this exception
+     */
+    public DatasourceException(String pMessage, Throwable pCause) {
+        super(pMessage, pCause);
+    }
+
+    /**
+     * Constructor
+     * @param pCause the Throwable which cause this exception
+     */
+    public DatasourceException(Throwable pCause) {
+        super(pCause);
+    }
+
+}

http://dive4elements.wald.intevation.org