当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
InvalidInvocationException (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.jmx.access
Class InvalidInvocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.management.JMRuntimeException
org.springframework.jmx.access.InvalidInvocationException
- All Implemented Interfaces:
- Serializable
public class InvalidInvocationException
- extends JMRuntimeException
Thrown when trying to invoke an operation on a proxy that is not exposed
by the proxied resource's management interface.
- Since:
- 1.2
- Author:
- Rob Harrop, Juergen Hoeller
- See Also:
MBeanClientInterceptor
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidInvocationException
public InvalidInvocationException(String msg)
- Create a new
InvalidInvocationException
with the supplied
error message.
- Parameters:
msg
- the detail message
Copyright © 2002-2007 The Spring Framework.