jdk/src/share/classes/java/lang/EnumConstantNotPresentException.java
changeset 1320 2412b1562801
parent 2 90ce3da70b43
child 3630 28237c1f0c41
--- a/jdk/src/share/classes/java/lang/EnumConstantNotPresentException.java	Thu Jun 05 13:42:47 2008 +0200
+++ b/jdk/src/share/classes/java/lang/EnumConstantNotPresentException.java	Wed Sep 24 05:35:31 2008 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright 2004 Sun Microsystems, Inc.  All Rights Reserved.
+ * Copyright 2004-2008 Sun Microsystems, Inc.  All Rights Reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -33,6 +33,8 @@
  * @since   1.5
  */
 public class EnumConstantNotPresentException extends RuntimeException {
+    private static final long serialVersionUID = -6046998521960521108L;
+
     /**
      * The type of the missing enum constant.
      */