|
|||||||||
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 javax.management.JMRuntimeException org.springframework.jmx.access.InvalidInvocationException
public class InvalidInvocationException
Thrown when trying to invoke an operation on a proxy that is not exposed by the proxied MBean resource's management interface.
MBeanClientInterceptor
,
Serialized FormConstructor Summary | |
---|---|
InvalidInvocationException(java.lang.String msg)
Create a new InvalidInvocationException with the supplied
error message. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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 InvalidInvocationException(java.lang.String msg)
InvalidInvocationException
with the supplied
error message.
msg
- the detail message
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |