Class MBeanException

java.lang.Object
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MBeanRegistrationException

public class MBeanException extends JMException
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.
Since:
1.5
See Also: