当前页面:
在线文档首页 >
Spring Framework 1.2.9 API 文档英文版
MBeanInfoRetrievalException (Spring Framework) - Spring Framework 1.2.9 API 文档英文版
org.springframework.jmx.access
Class MBeanInfoRetrievalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.jmx.access.MBeanInfoRetrievalException
- All Implemented Interfaces:
- Serializable
public class MBeanInfoRetrievalException
- extends NestedRuntimeException
Thrown if an exception is encountered when trying to retrieve
MBean metadata.
- Since:
- 1.2
- Author:
- Rob Harrop, Juergen Hoeller
- See Also:
MBeanClientInterceptor
,
MBeanProxyFactoryBean
,
Serialized Form
MBeanInfoRetrievalException
public MBeanInfoRetrievalException(String msg)
- Create a new
MBeanInfoRetrievalException
with the
specified error message.
- Parameters:
msg
- the error message
MBeanInfoRetrievalException
public MBeanInfoRetrievalException(String msg,
Throwable ex)
- Create a new
MBeanInfoRetrievalException
with the
specified error message and root cause.
- Parameters:
msg
- the error messageex
- the root cause
Copyright (c) 2002-2007 The Spring Framework Project.