jdk/src/share/classes/java/dyn/NoAccessException.java
changeset 6848 1a454f5b7209
parent 5725 16c1792b2ee6
child 7055 bf14f05b3dcd
--- a/jdk/src/share/classes/java/dyn/NoAccessException.java	Wed Oct 06 10:11:45 2010 -0400
+++ b/jdk/src/share/classes/java/dyn/NoAccessException.java	Wed Oct 06 21:55:28 2010 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2008, 2009, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 2010, Oracle and/or its affiliates. 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
@@ -35,8 +35,11 @@
  * on behalf of the method handle creator,
  * at the time of creation.
  * @author John Rose, JSR 292 EG
+ * @since 1.7
  */
 public class NoAccessException extends RuntimeException {
+    private static final long serialVersionUID = 292L;
+
     /**
      * Constructs a {@code NoAccessException} with no detail message.
      */