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

InvocationFailureException

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

Constructors

<init>

InvocationFailureException(msg: String)

Create a new InvocationFailureException with the supplied error message.

InvocationFailureException(msg: String, cause: Throwable)

Create a new InvocationFailureException with the specified error message and root cause.