< prev index next >

src/java.base/share/classes/java/security/AccessControlException.java

Print this page

        

@@ -36,10 +36,11 @@
  * security policy.  Such information should be given whenever
  * possible at the time the exception is thrown.
  *
  * @author Li Gong
  * @author Roland Schemers
+ * @since 1.2
  */
 
 public class AccessControlException extends SecurityException {
 
     private static final long serialVersionUID = 5138225684096988535L;
< prev index next >