|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
public class 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).
MBeanClientInterceptor
,
Serialized FormConstructor Summary | |
---|---|
InvocationFailureException(java.lang.String msg)
Create a new InvocationFailureException with the supplied
error message. |
|
InvocationFailureException(java.lang.String msg,
java.lang.Throwable cause)
Create a new InvocationFailureException with the
specified error message and root cause. |
Method Summary |
---|
Methods inherited from class org.springframework.core.NestedRuntimeException |
---|
contains, getMessage, getMostSpecificCause, getRootCause |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InvocationFailureException(java.lang.String msg)
InvocationFailureException
with the supplied
error message.
msg
- the detail messagepublic InvocationFailureException(java.lang.String msg, java.lang.Throwable cause)
InvocationFailureException
with the
specified error message and root cause.
msg
- the detail messagecause
- the root cause
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |