java.lang.Object | |||||
↳ | java.lang.Throwable | ||||
↳ | java.lang.Exception | ||||
↳ | java.lang.RuntimeException | ||||
↳ | javax.management.JMRuntimeException | ||||
↳ | javax.management.RuntimeMBeanException |
Represents runtime exceptions thrown by MBean methods in
the agent. It "wraps" the actual java.lang.RuntimeException
exception thrown.
This exception will be built by the MBeanServer when a call to an
MBean method throws a runtime exception.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a
RuntimeMBeanException that wraps the actual java.lang.RuntimeException . | |||||||||||
Creates a
RuntimeMBeanException that wraps the actual java.lang.RuntimeException with
a detailed message. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the actual
RuntimeException thrown. | |||||||||||
Returns the actual
RuntimeException thrown. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Creates a RuntimeMBeanException
that wraps the actual java.lang.RuntimeException
.
e | the wrapped exception. |
---|
Creates a RuntimeMBeanException
that wraps the actual java.lang.RuntimeException
with
a detailed message.
e | the wrapped exception. |
---|---|
message | the detail message. |
Returns the actual RuntimeException
thrown.
RuntimeException
.
Returns the actual RuntimeException
thrown.
RuntimeException
.