| java.lang.Object | |||||
| ↳ | java.lang.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | java.lang.RuntimeException | ||||
| ↳ | javax.management.JMRuntimeException | ||||
| ↳ | org.springframework.jmx.access.InvalidInvocationException | ||||
Thrown when trying to invoke an operation on a proxy that is not exposed by the proxied MBean resource's management interface.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new
InvalidInvocationException with the supplied
error message. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||||||||||||||||||||||||
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Create a new InvalidInvocationException with the supplied
error message.
| msg | the detail message |
|---|
