当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
InvocationFailureException (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.jmx.access
Class InvocationFailureException
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
- All Implemented Interfaces:
- Serializable
public class InvocationFailureException
- extends JmxException
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:
- Juergen Hoeller
- See Also:
MBeanClientInterceptor
,
Serialized Form
InvocationFailureException
public InvocationFailureException(String msg)
- Create a new
InvocationFailureException
with the supplied
error message.
- Parameters:
msg
- the detail message
InvocationFailureException
public InvocationFailureException(String msg,
Throwable cause)
- Create a new
InvocationFailureException
with the
specified error message and root cause.
- Parameters:
msg
- the detail messagecause
- the root cause
Copyright © 2002-2007 The Spring Framework.