加载中...
The Wayback Machine - https://sup1a9wrlpyh5li9ro.vcoronado.top/web/20090524000526/http://developer.android.com:80/reference/java/security/PrivilegedExceptionAction.html
public interface

PrivilegedExceptionAction

java.security.PrivilegedExceptionAction<T>

Class Overview

PrivilegedAction represents an action, that can be executed privileged regarding access control. Instances of PrivilegedAction can be executed invoking AccessController.doPrivileged().

Summary

Public Methods
abstract T run()
Returns the result of running the action.

Public Methods

public abstract T run ()

Returns the result of running the action.

Returns
  • the result of running the action
Throws
Exception if an exception occurred.