Class PrivilegedGetDeclaredConstructorFor

  • All Implemented Interfaces:
    java.security.PrivilegedExceptionAction<java.lang.reflect.Constructor>

    public class PrivilegedGetDeclaredConstructorFor
    extends java.lang.Object
    implements java.security.PrivilegedExceptionAction<java.lang.reflect.Constructor>
    • Constructor Summary

      Constructors 
      Constructor Description
      PrivilegedGetDeclaredConstructorFor​(java.lang.Class javaClass, java.lang.Class[] args, boolean shouldSetAccessible)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.reflect.Constructor run()  
      • Methods inherited from class java.lang.Object

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

      • PrivilegedGetDeclaredConstructorFor

        public PrivilegedGetDeclaredConstructorFor​(java.lang.Class javaClass,
                                                   java.lang.Class[] args,
                                                   boolean shouldSetAccessible)
    • Method Detail

      • run

        public java.lang.reflect.Constructor run()
                                          throws java.lang.NoSuchMethodException
        Specified by:
        run in interface java.security.PrivilegedExceptionAction<java.lang.reflect.Constructor>
        Throws:
        java.lang.NoSuchMethodException