Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.0.1
-
None
Description
MBeanException is the JMX exception to throw when something goes wrong in method invocation.
Typically, if invoking via reflection, MBeanException wraps the cause of InvocationTargetException.
Attached a simple patch that fixes JMX exception throwing.