站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 1.2.9 API 文档英文版

InvalidMetadataException (Spring Framework) - Spring Framework 1.2.9 API 文档英文版


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 javax.management.JMRuntimeException
                  extended by org.springframework.jmx.export.metadata.InvalidMetadataException
All Implemented Interfaces:
Serializable

public class InvalidMetadataException
extends JMRuntimeException

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 java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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 error message


Copyright (c) 2002-2007 The Spring Framework Project.