jdk/src/share/classes/java/security/PrivilegedActionException.java
changeset 2589 af4853bc7e87
parent 2 90ce3da70b43
child 5506 202f599c92aa
equal deleted inserted replaced
2588:ec64fd74aa69 2589:af4853bc7e87
    85     public Exception getException() {
    85     public Exception getException() {
    86         return exception;
    86         return exception;
    87     }
    87     }
    88 
    88 
    89     /**
    89     /**
    90      * Returns the the cause of this exception (the exception thrown by
    90      * Returns the cause of this exception (the exception thrown by
    91      * the privileged computation that resulted in this
    91      * the privileged computation that resulted in this
    92      * <code>PrivilegedActionException</code>).
    92      * <code>PrivilegedActionException</code>).
    93      *
    93      *
    94      * @return  the cause of this exception.
    94      * @return  the cause of this exception.
    95      * @since   1.4
    95      * @since   1.4