org.springframework.jmx.access
Class MBeanInfoRetrievalException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               org.springframework.core.NestedRuntimeException
org.springframework.core.NestedRuntimeException
                   org.springframework.jmx.JmxException
org.springframework.jmx.JmxException
                       org.springframework.jmx.access.MBeanInfoRetrievalException
org.springframework.jmx.access.MBeanInfoRetrievalException
- All Implemented Interfaces: 
- Serializable
- public class MBeanInfoRetrievalException 
- extends JmxException
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 MBeanInfoRetrievalExceptionwith the
 specified error message.
 
- Parameters:
- msg- the detail message
 
MBeanInfoRetrievalException
public MBeanInfoRetrievalException(String msg,
                                   Throwable cause)
- Create a new MBeanInfoRetrievalExceptionwith the
 specified error message and root cause.
 
- Parameters:
- msg- the detail message
- cause- the root cause
 
Copyright © 2002-2008 The Spring Framework.