API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security. PrivilegedExceptionAction View Source
Author(s)
Since
Version
Serial
Hierarchy
 PrivilegedExceptionAction
Subinterfaces
Description
public interface PrivilegedExceptionAction
  A computation to be performed with privileges enabled, that throws one or more checked exceptions.
Methods
Hide/Show inherited methods
public T run () throws Exception
  Performs the computation.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar