spring-framework / org.springframework.jmx.access / InvalidInvocationException

InvalidInvocationException

open class InvalidInvocationException : JMRuntimeException

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

Author
Rob Harrop

Author
Juergen Hoeller

Since
1.2

See Also
MBeanClientInterceptor

Constructors

<init>

InvalidInvocationException(msg: String)

Create a new InvalidInvocationException with the supplied error message.