]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.databoard/src/org/simantics/databoard/channel/RequestException.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.databoard / src / org / simantics / databoard / channel / RequestException.java
index 8d77713cc791f542e3309f22a62effc3321ce033..65cd22a377e89bfd7998cef59dfa33bd1970fd23 100644 (file)
@@ -1,26 +1,26 @@
-package org.simantics.databoard.channel;\r
-\r
-import java.io.IOException;\r
-import java.util.concurrent.TimeoutException;\r
-\r
-/**\r
- * RequestException is thrown to a requester of a service when there was a \r
- * problem fulfilling the request. Typical error is problem with communication \r
- * channel or with fulfulling the service. \r
- *\r
- * Cause is (typically) one of these:\r
- *  o Communication problems {@link IOException}\r
- *  o Timeout {@link TimeoutException}\r
- *  o Service handler problem {@link ServiceException} \r
- *\r
- * @author Toni Kalajainen <toni.kalajainen@iki.fi>\r
- */\r
-public class RequestException extends Exception {\r
-\r
-       private static final long serialVersionUID = 1L;\r
-\r
-       public RequestException(Throwable cause) {\r
-               super(cause);\r
-       }\r
-\r
-}\r
+package org.simantics.databoard.channel;
+
+import java.io.IOException;
+import java.util.concurrent.TimeoutException;
+
+/**
+ * RequestException is thrown to a requester of a service when there was a 
+ * problem fulfilling the request. Typical error is problem with communication 
+ * channel or with fulfulling the service. 
+ *
+ * Cause is (typically) one of these:
+ *  o Communication problems {@link IOException}
+ *  o Timeout {@link TimeoutException}
+ *  o Service handler problem {@link ServiceException} 
+ *
+ * @author Toni Kalajainen <toni.kalajainen@iki.fi>
+ */
+public class RequestException extends Exception {
+
+       private static final long serialVersionUID = 1L;
+
+       public RequestException(Throwable cause) {
+               super(cause);
+       }
+
+}