jdk/test/javax/management/Introspector/GetMBeanInfoExceptionTest.java
changeset 44423 306c020eb154
parent 30376 2ccf2cf7ea48
equal deleted inserted replaced
44422:14ab3266fe62 44423:306c020eb154
    25  * @test
    25  * @test
    26  * @bug 6281446
    26  * @bug 6281446
    27  * @summary Test that the exception thrown by DynamicMBean.getMBeanInfo()
    27  * @summary Test that the exception thrown by DynamicMBean.getMBeanInfo()
    28  *          keeps the init cause.
    28  *          keeps the init cause.
    29  * @author Luis-Miguel Alventosa
    29  * @author Luis-Miguel Alventosa
    30  * @modules java.management
    30  *
    31  * @run clean GetMBeanInfoExceptionTest
    31  * @run clean GetMBeanInfoExceptionTest
    32  * @run build GetMBeanInfoExceptionTest
    32  * @run build GetMBeanInfoExceptionTest
    33  * @run main GetMBeanInfoExceptionTest
    33  * @run main GetMBeanInfoExceptionTest
    34  */
    34  */
    35 
    35