java.lang.Object | |||||
↳ | java.lang.Throwable | ||||
↳ | java.lang.Exception | ||||
↳ | java.lang.RuntimeException | ||||
↳ | org.springframework.core.NestedRuntimeException | ||||
↳ | org.springframework.jmx.JmxException |
![]() |
![]() |
General base exception to be thrown on JMX errors. Unchecked since JMX failures are usually fatal.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructor for JmxException.
| |||||||||||
Constructor for JmxException.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Constructor for JmxException.
msg | the detail message |
---|---|
cause | the root cause (usually a raw JMX API exception) |