Module org.eclipse.persistence.core
Class PrivilegedInvokeConstructor<T>
- java.lang.Object
-
- org.eclipse.persistence.internal.security.PrivilegedInvokeConstructor<T>
-
- All Implemented Interfaces:
PrivilegedExceptionAction<T>
public class PrivilegedInvokeConstructor<T> extends Object implements PrivilegedExceptionAction<T>
-
-
Constructor Summary
Constructors Constructor Description PrivilegedInvokeConstructor(Constructor<T> constructor, Object[] args)
-
-
-
Constructor Detail
-
PrivilegedInvokeConstructor
public PrivilegedInvokeConstructor(Constructor<T> constructor, Object[] args)
-
-
Method Detail
-
run
public T run() throws InstantiationException, InvocationTargetException, IllegalAccessException
- Specified by:
runin interfacePrivilegedExceptionAction<T>- Throws:
InstantiationExceptionInvocationTargetExceptionIllegalAccessException
-
-