1 2 3 4 5
package java.security; public interface PrivilegedExceptionAction<T> { public abstract T run() throws java.lang.Exception; }