| java.lang.Object | ||||||
| ↳ | java.lang.Throwable | |||||
| ↳ | java.lang.Exception | |||||
| ↳ | java.lang.RuntimeException | |||||
| ↳ | org.springframework.core.NestedRuntimeException | |||||
| ↳ | org.springframework.jmx.JmxException | |||||
| ↳ | org.springframework.jmx.access.InvocationFailureException | |||||
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).
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new
InvocationFailureException with the supplied
error message. | |||||||||||
Create a new
InvocationFailureException with the
specified error message and root cause. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.core.NestedRuntimeException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Create a new InvocationFailureException with the supplied
error message.
| msg | the detail message |
|---|
Create a new InvocationFailureException with the
specified error message and root cause.
| msg | the detail message |
|---|---|
| cause | the root cause |