spring-framework / org.springframework.jmx.export.metadata / InvalidMetadataException

InvalidMetadataException

open class InvalidMetadataException : JmxException

Thrown by the JmxAttributeSource when it encounters incorrect metadata on a managed resource or one of its methods.

Author
Rob Harrop

Since
1.2

See Also
JmxAttributeSourceorg.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler

Constructors

<init>

InvalidMetadataException(msg: String)

Create a new InvalidMetadataException with the supplied error message.