]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db/src/org/simantics/db/exception/ClusterDoesNotExistException.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.db / src / org / simantics / db / exception / ClusterDoesNotExistException.java
index 174f954d85f1d40fe546c6acc7d68adbf2b87dfc..8e9ff44dd0899b0027dfcc75822ac91ce7e721b2 100644 (file)
@@ -1,44 +1,44 @@
-package org.simantics.db.exception;\r
-\r
-import org.simantics.db.Resource;\r
-\r
-public class ClusterDoesNotExistException extends DatabaseException {\r
-\r
-    private static final long serialVersionUID = -1647965373868792422L;\r
-\r
-    public ClusterDoesNotExistException() {\r
-        super();\r
-    }\r
-\r
-    public ClusterDoesNotExistException(int... resources) {\r
-        super(resources);\r
-    }\r
-\r
-    public ClusterDoesNotExistException(String message, int... resources) {\r
-        super(message, resources);\r
-    }\r
-\r
-    public ClusterDoesNotExistException(String message, Resource... rs) {\r
-        super(message, rs);\r
-    }\r
-\r
-    public ClusterDoesNotExistException(String message, Throwable cause, Resource... rs) {\r
-        super(message, cause, rs);\r
-    }\r
-\r
-    public ClusterDoesNotExistException(String message, Throwable cause) {\r
-        super(message, cause);\r
-    }\r
-\r
-    public ClusterDoesNotExistException(String message) {\r
-        super(message);\r
-    }\r
-\r
-    public ClusterDoesNotExistException(Throwable cause, Resource... rs) {\r
-        super(cause, rs);\r
-    }\r
-\r
-    public ClusterDoesNotExistException(Throwable cause) {\r
-        super(cause);\r
-    }\r
-}\r
+package org.simantics.db.exception;
+
+import org.simantics.db.Resource;
+
+public class ClusterDoesNotExistException extends DatabaseException {
+
+    private static final long serialVersionUID = -1647965373868792422L;
+
+    public ClusterDoesNotExistException() {
+        super();
+    }
+
+    public ClusterDoesNotExistException(int... resources) {
+        super(resources);
+    }
+
+    public ClusterDoesNotExistException(String message, int... resources) {
+        super(message, resources);
+    }
+
+    public ClusterDoesNotExistException(String message, Resource... rs) {
+        super(message, rs);
+    }
+
+    public ClusterDoesNotExistException(String message, Throwable cause, Resource... rs) {
+        super(message, cause, rs);
+    }
+
+    public ClusterDoesNotExistException(String message, Throwable cause) {
+        super(message, cause);
+    }
+
+    public ClusterDoesNotExistException(String message) {
+        super(message);
+    }
+
+    public ClusterDoesNotExistException(Throwable cause, Resource... rs) {
+        super(cause, rs);
+    }
+
+    public ClusterDoesNotExistException(Throwable cause) {
+        super(cause);
+    }
+}