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
Constructors Constructor Description PrivilegedGetDeclaredConstructorFor(Class<?> javaClass, Class<?>[] args, boolean shouldSetAccessible)
-
-
-
Method Detail
-
run
public Constructor run() throws NoSuchMethodException
- Specified by:
runin interfacePrivilegedExceptionAction<Constructor>- Throws:
NoSuchMethodException
-
-