java.lang.Object | |||||
↳ | java.lang.Throwable | ||||
↳ | java.lang.Exception | ||||
↳ | java.lang.RuntimeException | ||||
↳ | javax.management.JMRuntimeException | ||||
↳ | javax.management.RuntimeOperationsException |
Represents runtime exceptions thrown in the agent when performing operations on MBeans.
It wraps the actual java.lang.RuntimeException
thrown.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a
RuntimeOperationsException that wraps the actual java.lang.RuntimeException . | |||||||||||
Creates a
RuntimeOperationsException 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 RuntimeOperationsException
that wraps the actual java.lang.RuntimeException
.
e | the wrapped exception. |
---|
Creates a RuntimeOperationsException
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
.