org.springframework.jmx.export.metadata
Class InvalidMetadataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.springframework.jmx.JmxException
                      extended by org.springframework.jmx.export.metadata.InvalidMetadataException
All Implemented Interfaces:
Serializable

public class InvalidMetadataException
extends JmxException

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:
JmxAttributeSource, MetadataMBeanInfoAssembler, Serialized Form

Constructor Summary
InvalidMetadataException(String msg)
          Create a new InvalidMetadataException with the supplied error message.
 
Method Summary
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidMetadataException

public InvalidMetadataException(String msg)
Create a new InvalidMetadataException with the supplied error message.

Parameters:
msg - the detail message