equal
deleted
inserted
replaced
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; |