| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | javax.management.JMException | |||
| ↳ | javax.management.ReflectionException | |||
Represents exceptions thrown in the MBean server when using the java.lang.reflect classes to invoke methods on MBeans. It "wraps" the actual java.lang.Exception thrown.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a
ReflectionException that wraps the actual java.lang.Exception. | |||||||||||
Creates a
ReflectionException that wraps the actual java.lang.Exception with
a detail message. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the actual
Exception thrown. | |||||||||||
Returns the actual
Exception thrown. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Creates a ReflectionException that wraps the actual java.lang.Exception.
| e | the wrapped exception. |
|---|
Creates a ReflectionException that wraps the actual java.lang.Exception with
a detail message.
| e | the wrapped exception. |
|---|---|
| message | the detail message. |