org.springframework.jmx.access
Class InvocationFailureException
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.InvocationFailureException
org.springframework.jmx.access.InvocationFailureException
- All Implemented Interfaces: 
- Serializable
- public class InvocationFailureException 
- extends JmxException
Thrown when an invocation on an MBean resource failed with an exception (either
 a reflection exception or an exception thrown by the target method itself).
- Since:
- 1.2
- Author:
- Juergen Hoeller
- See Also:
- MBeanClientInterceptor, 
Serialized Form
 
 
 
 
 
InvocationFailureException
public InvocationFailureException(String msg)
- Create a new InvocationFailureExceptionwith the supplied
 error message.
 
- Parameters:
- msg- the detail message
 
InvocationFailureException
public InvocationFailureException(String msg,
                                  Throwable cause)
- Create a new InvocationFailureExceptionwith the
 specified error message and root cause.
 
- Parameters:
- msg- the detail message
- cause- the root cause
 
Copyright © 2002-2008 The Spring Framework.