| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | javax.management.JMException | |||
| ↳ | javax.management.MBeanException | |||
Known Direct Subclasses
|
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.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates an
MBeanException that wraps the actual java.lang.Exception. | |||||||||||
Creates an
MBeanException that wraps the actual java.lang.Exception with
a detail message. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return the actual
Exception thrown. | |||||||||||
Return the actual
Exception thrown. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Creates an MBeanException that wraps the actual java.lang.Exception.
| e | the wrapped exception. |
|---|
Creates an MBeanException that wraps the actual java.lang.Exception with
a detail message.
| e | the wrapped exception. |
|---|---|
| message | the detail message. |
Return the actual Exception thrown.