Class InvalidMetadataException
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
- All Implemented Interfaces:
Serializable
Thrown by the
JmxAttributeSource
when it encounters
incorrect metadata on a managed resource or one of its methods.- Since:
- 1.2
- Author:
- Rob Harrop
- See Also:
-
Constructor Summary
ConstructorDescriptionCreate a newInvalidMetadataException
with the supplied error message. -
Method Summary
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMostSpecificCause, getRootCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidMetadataException
Create a newInvalidMetadataException
with the supplied error message.- Parameters:
msg
- the detail message
-