Class 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.Object run()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PrivilegedInvokeConstructor

        public PrivilegedInvokeConstructor​(java.lang.reflect.Constructor constructor,
                                           java.lang.Object[] args)
    • Method Detail

      • run

        public java.lang.Object run()
                             throws java.lang.InstantiationException,
                                    java.lang.reflect.InvocationTargetException,
                                    java.lang.IllegalAccessException
        Specified by:
        run in interface java.security.PrivilegedExceptionAction
        Throws:
        java.lang.InstantiationException
        java.lang.reflect.InvocationTargetException
        java.lang.IllegalAccessException