open class InvocationFailureException : JmxException
Thrown when an invocation on an MBean resource failed with an exception (either a reflection exception or an exception thrown by the target method itself).
Author
Juergen Hoeller
Since
1.2
See Also
MBeanClientInterceptor
InvocationFailureException(msg: String)
Create a new InvocationFailureException(msg: String, cause: Throwable)
Create a new |