-
Bug
-
Resolution: Fixed
-
P4
-
7
-
b105
-
generic
-
generic
The javadoc for the method java.lang.management.ManagementFactory.newPlatformMXBeanProxy
states in Notes 1) and 2) that code using MXBean proxies in the client-side should be
ready to catch IOException and InvalidObjectException but in fact these exceptions will
always be wrapped in java.lang.reflect.UndeclaredThrowableException as the interfaces
for the different platform MXBeans don't declare these expections in the throws clause.
states in Notes 1) and 2) that code using MXBean proxies in the client-side should be
ready to catch IOException and InvalidObjectException but in fact these exceptions will
always be wrapped in java.lang.reflect.UndeclaredThrowableException as the interfaces
for the different platform MXBeans don't declare these expections in the throws clause.