< prev index next >

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

Print this page

        

@@ -41,10 +41,11 @@
  * by the privileged computation" that is provided at construction time and
  * accessed via the {@link #getException()} method is now known as the
  * <i>cause</i>, and may be accessed via the {@link Throwable#getCause()}
  * method, as well as the aforementioned "legacy method."
  *
+ * @since 1.2
  * @see PrivilegedExceptionAction
  * @see AccessController#doPrivileged(PrivilegedExceptionAction)
  * @see AccessController#doPrivileged(PrivilegedExceptionAction,AccessControlContext)
  */
 public class PrivilegedActionException extends Exception {
< prev index next >