org.springframework.jmx.access
Class MBeanConnectFailureException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
org.springframework.core.NestedRuntimeException
                  
org.springframework.jmx.JmxException
                      
org.springframework.jmx.access.MBeanConnectFailureException
- All Implemented Interfaces: 
 - Serializable
 
public class MBeanConnectFailureException
- extends JmxException
 
Thrown when an invocation failed because of an I/O problem on the
 MBeanServerConnection.
- Since:
 
  - 2.5.6
 
- Author:
 
  - Juergen Hoeller
 
- See Also:
 MBeanClientInterceptor, 
Serialized Form
 
 
 
 
 
MBeanConnectFailureException
public MBeanConnectFailureException(String msg,
                                    Throwable cause)
- Create a new 
MBeanConnectFailureException
 with the specified error message and root cause.
- Parameters:
 msg - the detail messagecause - the root cause