FileDocCategorySizeDatePackage
PrivilegedExceptionAction.javaAPI DocAndroid 1.5 API1665Wed May 06 22:41:06 BST 2009java.security

PrivilegedExceptionAction

public interface PrivilegedExceptionAction
{@code PrivilegedAction} represents an action, that can be executed privileged regarding access control. Instances of {@code PrivilegedAction} can be executed invoking {@code AccessController.doPrivileged()}.
see
AccessController
see
AccessController#doPrivileged(PrivilegedExceptionAction)
see
AccessController#doPrivileged(PrivilegedExceptionAction, AccessControlContext)
see
PrivilegedAction
since
Android 1.0

Fields Summary
Constructors Summary
Methods Summary
public Trun()
Returns the result of running the action.

return
the result of running the action
throws
Exception if an exception occurred.
since
Android 1.0