Changes from JWS2 branch merged, mostly javadoc
[jabaws.git] / datamodel / compbio / metadata / UnsupportedRuntimeException.java
index af5a44b..1d0a7f9 100644 (file)
@@ -23,7 +23,7 @@ import javax.xml.bind.annotation.XmlAccessorType;
 \r
 /**\r
  * Indicates that the server could not execute native executables. e.g. If Mafft\r
- * (unix executable) is asked to be run on Windows. In context of JWS2 this\r
+ * (unix executable) is asked to be run on Windows. In context of JABAWS this\r
  * exception indicates that the service is deployed but is not able to run.\r
  * \r
  * @author pvtroshin\r
@@ -33,17 +33,17 @@ import javax.xml.bind.annotation.XmlAccessorType;
 @XmlAccessorType(XmlAccessType.FIELD)\r
 public class UnsupportedRuntimeException extends JobSubmissionException {\r
 \r
-    public UnsupportedRuntimeException(String message) {\r
-       super(message);\r
-    }\r
+       public UnsupportedRuntimeException(String message) {\r
+               super(message);\r
+       }\r
 \r
-    public UnsupportedRuntimeException(Throwable cause) {\r
-       super(cause);\r
-    }\r
+       public UnsupportedRuntimeException(Throwable cause) {\r
+               super(cause);\r
+       }\r
 \r
-    /**\r
+       /**\r
         * \r
         */\r
-    private static final long serialVersionUID = -86624836785110293L;\r
+       private static final long serialVersionUID = -86624836785110293L;\r
 \r
 }\r