Class PrivilegedInvokeConstructor
- java.lang.Object
-
- org.eclipse.persistence.internal.security.PrivilegedInvokeConstructor
-
- All Implemented Interfaces:
java.security.PrivilegedExceptionAction
public class PrivilegedInvokeConstructor extends java.lang.Object implements java.security.PrivilegedExceptionAction
-
-
Constructor Summary
Constructors Constructor Description PrivilegedInvokeConstructor(java.lang.reflect.Constructor constructor, java.lang.Object[] args)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectrun()
-
-
-
Method Detail
-
run
public java.lang.Object run() throws java.lang.InstantiationException, java.lang.reflect.InvocationTargetException, java.lang.IllegalAccessException- Specified by:
runin interfacejava.security.PrivilegedExceptionAction- Throws:
java.lang.InstantiationExceptionjava.lang.reflect.InvocationTargetExceptionjava.lang.IllegalAccessException
-
-