![JAR search and dependency download from the Maven repository](/logo.png)
java.security.PrivilegedExceptionAction Maven / Gradle / Ivy
package java.security;
public interface PrivilegedExceptionAction {
T run() throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package java.security;
public interface PrivilegedExceptionAction {
T run() throws Exception;
}