src/java.xml/share/classes/org/w3c/dom/ranges/RangeException.java
changeset 47443 711ef438b6ad
parent 47216 71c04702a3d5
--- a/src/java.xml/share/classes/org/w3c/dom/ranges/RangeException.java	Tue Oct 24 08:56:47 2017 -0700
+++ b/src/java.xml/share/classes/org/w3c/dom/ranges/RangeException.java	Tue Oct 24 19:05:29 2017 -0700
@@ -48,6 +48,8 @@
  * @since 9, DOM Level 2
  */
 public class RangeException extends RuntimeException {
+    private static final long serialVersionUID = 2427563372446661889L;
+
     public RangeException(short code, String message) {
        super(message);
        this.code = code;