package java.security; public interface PrivilegedExceptionAction { public abstract T run() throws java.lang.Exception; }