Searched defs:PrivilegedActionException (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/security/src/main/java/java/security/
H A DPrivilegedActionException.java21 * {@code PrivilegedActionException} wraps exceptions which are thrown from
37 public class PrivilegedActionException extends Exception { class in inherits:Exception
44 * Constructs a new instance of {@code PrivilegedActionException} with the
50 public PrivilegedActionException(Exception ex) { method in class:PrivilegedActionException
81 * {@code PrivilegedActionException}.
84 * PrivilegedActionException}.

Completed in 67 milliseconds