| java.lang.Object | |||||
| ↳ | java.lang.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | java.lang.RuntimeException | ||||
| ↳ | org.springframework.core.NestedRuntimeException | ||||
| ↳ | org.springframework.jmx.JmxException | ||||
Known Direct Subclasses
|
Known Indirect Subclasses
|
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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.core.NestedRuntimeException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructor for JmxException.
| msg | the detail message |
|---|---|
| cause | the root cause (usually a raw JMX API exception) |