Module org.eclipse.persistence.core
Class PrivilegedGetDeclaredConstructorFor
java.lang.Object
org.eclipse.persistence.internal.security.PrivilegedGetDeclaredConstructorFor
- All Implemented Interfaces:
PrivilegedExceptionAction<Constructor>
public class PrivilegedGetDeclaredConstructorFor
extends Object
implements PrivilegedExceptionAction<Constructor>
-
Constructor Summary
ConstructorsConstructorDescriptionPrivilegedGetDeclaredConstructorFor
(Class<?> javaClass, Class<?>[] args, boolean shouldSetAccessible) -
Method Summary
-
Constructor Details
-
PrivilegedGetDeclaredConstructorFor
-
-
Method Details
-
run
- Specified by:
run
in interfacePrivilegedExceptionAction<Constructor>
- Throws:
NoSuchMethodException
-