update of javajs package; adds org.apache.harmony, org.xml.sax.helpers
[jalview.git] / src / javajs / util / JSONException.java
index 157f100..58af722 100644 (file)
@@ -1,12 +1,7 @@
 package javajs.util;
 
 public class JSONException extends RuntimeException {
-    /**
-        * 
-        */
-       private static final long serialVersionUID = 1L;
-
-       public JSONException(String message) {
+    public JSONException(String message) {
         super(message);
     }