类 InvalidInvocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.management.JMRuntimeException
cn.taketoday.jmx.access.InvalidInvocationException
- 所有已实现的接口:
Serializable
Thrown when trying to invoke an operation on a proxy that is not exposed
by the proxied MBean resource's management interface.
- 从以下版本开始:
- 4.0
- 作者:
- Rob Harrop, Juergen Hoeller
- 另请参阅:
-
构造器概要
构造器构造器说明Create a newInvalidInvocationExceptionwith the supplied error message. -
方法概要
-
构造器详细资料
-
InvalidInvocationException
Create a newInvalidInvocationExceptionwith the supplied error message.- 参数:
msg- the detail message
-