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 SummaryConstructorsConstructorDescriptionCreate a newInvalidMetadataExceptionwith the supplied error message.
- 
Method SummaryMethods inherited from class NestedRuntimeExceptioncontains, getMostSpecificCause, getRootCauseMethods inherited from class ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
InvalidMetadataExceptionCreate a newInvalidMetadataExceptionwith the supplied error message.- Parameters:
- msg- the detail message
 
 
-