This class represents "user defined" exceptions thrown by Mbean methods
in the agent. It "wraps" the actual "user defined" exception thrown.
This exception will be built by the MBeanServer when a call to an
MBean method results in an unknown exception.
Constructor Summary
public
MBeanException(Exception e) Creates a MBeanException that wraps the actual java.lang.Exception.
public
MBeanException(Exception e, String message) Creates a MBeanException that wraps the actual java.lang.Exception
with a detail message.