public class

InvalidInvocationException

extends JMRuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ javax.management.JMRuntimeException
           ↳ org.springframework.jmx.access.InvalidInvocationException

Class Overview

Thrown when trying to invoke an operation on a proxy that is not exposed by the proxied MBean resource's management interface.

Summary

Public Constructors
InvalidInvocationException(String msg)
Create a new InvalidInvocationException with the supplied error message.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public InvalidInvocationException (String msg)

Create a new InvalidInvocationException with the supplied error message.

Parameters
msg the detail message