| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception javax.management.JMException javax.management.ReflectionException
ReflectionException | public class ReflectionException extends JMException (Code) | | This class represents exceptions thrown in the MBeanServer when using the
java.lang.reflect classes to invoke methods on MBeans. It "wraps" the actual
java.lang.Exception thrown.
|
ReflectionException | public ReflectionException(Exception e)(Code) | | Creates a ReflectionException that wraps the actual
java.lang.Exception .
Parameters: e - Exception to be wraped by ReflectionException |
ReflectionException | public ReflectionException(Exception e, String msg)(Code) | | Creates a ReflectionException that wraps the actual
java.lang.Exception with a detail message.
Parameters: e - Exception to be wraped by ReflectionException Parameters: msg - Detail message |
getTargetException | public java.lang.Exception getTargetException()(Code) | | Returns the actual java.lang.Exception thrown
This returns the actual java.lang.Exception thrown |
printStackTrace | public void printStackTrace()(Code) | | Overrides the printStackTrace method in java.lang.Throwable
|
toString | public String toString()(Code) | | Overrides the toString method in java.lang.Object
|
|
|
|