< prev index next >

src/java.xml/share/classes/org/w3c/dom/ls/LSException.java

Print this page

        

@@ -56,10 +56,12 @@
 and Save Specification</a>.
  *
  * @since 1.5
  */
 public class LSException extends RuntimeException {
+    private static final long serialVersionUID = 5371691160978884690L;
+    
     public LSException(short code, String message) {
        super(message);
        this.code = code;
     }
     public short   code;
< prev index next >