org.springframework.jmx.access
Class InvalidInvocationException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
javax.management.JMRuntimeException
                  
org.springframework.jmx.access.InvalidInvocationException
- All Implemented Interfaces: 
 - Serializable
 
public class InvalidInvocationException
- extends JMRuntimeException
 
Thrown when trying to invoke an operation on a proxy that is not exposed
 by the proxied resource's management interface.
- Since:
 
  - 1.2
 
- Author:
 
  - Rob Harrop, Juergen Hoeller
 
- See Also:
 MBeanClientInterceptor, 
Serialized Form
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
InvalidInvocationException
public InvalidInvocationException(String msg)
- Create a new 
InvalidInvocationException with the supplied
 error message.
- Parameters:
 msg - the detail message
 
Copyright © 2002-2008 The Spring Framework.