| java.lang.Object | ||||||
| ↳ | java.lang.Throwable | |||||
| ↳ | java.lang.Exception | |||||
| ↳ | java.lang.RuntimeException | |||||
| ↳ | org.springframework.core.NestedRuntimeException | |||||
| ↳ | org.springframework.jmx.JmxException | |||||
| ↳ | org.springframework.jmx.export.metadata.InvalidMetadataException | |||||
Thrown by the JmxAttributeSource when it encounters
incorrect metadata on a managed resource or one of its methods.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new
InvalidMetadataException with the supplied
error message. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.core.NestedRuntimeException
| |||||||||||||||||||||||||||||||||
From class
java.lang.Throwable
| |||||||||||||||||||||||||||||||||
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Create a new InvalidMetadataException with the supplied
error message.
| msg | the detail message |
|---|
