jdk/test/javax/management/MBeanServer/MBeanExceptionTest.java
changeset 44423 306c020eb154
parent 30376 2ccf2cf7ea48
equal deleted inserted replaced
44422:14ab3266fe62 44423:306c020eb154
    26  * @bug 5035217 6766173
    26  * @bug 5035217 6766173
    27  * @summary Test that MBean's RuntimeException is wrapped in
    27  * @summary Test that MBean's RuntimeException is wrapped in
    28  * RuntimeMBeanException and (for Standard MBeans) that checked exceptions
    28  * RuntimeMBeanException and (for Standard MBeans) that checked exceptions
    29  * are wrapped in MBeanException
    29  * are wrapped in MBeanException
    30  * @author Eamonn McManus
    30  * @author Eamonn McManus
    31  * @modules java.management
    31  *
    32  * @compile MBeanExceptionTest.java
       
    33  * @run main MBeanExceptionTest
    32  * @run main MBeanExceptionTest
    34  */
    33  */
    35 
    34 
    36 import java.util.Collections;
    35 import java.util.Collections;
    37 import java.util.Set;
    36 import java.util.Set;