Exception: javax.management.MBeanException
- public exception 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.
Inheritance
Superclass tree:- java.lang.Object
- java.lang.Throwable
- java.lang.Exception
- javax.management.JMException
- javax.management.MBeanException
Methods
-
MBeanExceptiontop
public MBeanException(Exception e)Creates anMBeanExceptionthat wraps the actualjava.lang.Exception. -
MBeanExceptiontop
Creates anMBeanExceptionthat wraps the actualjava.lang.Exceptionwith a detail message. -
getCausetop
public Throwable getCause()Return the actual Exception thrown. -
getTargetExceptiontop
public Exception getTargetException()Return the actual Exception thrown.
