当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
AopInvocationException (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.aop
Class AopInvocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.aop.AopInvocationException
- All Implemented Interfaces:
- Serializable
public class AopInvocationException
- extends NestedRuntimeException
Exception that gets thrown when an AOP invocation failed
because of misconfiguration or unexpected runtime issues.
- Since:
- 2.0
- Author:
- Juergen Hoeller
- See Also:
- Serialized Form
AopInvocationException
public AopInvocationException(String msg)
- Constructor for AopInvocationException.
- Parameters:
msg
- the detail message
AopInvocationException
public AopInvocationException(String msg,
Throwable cause)
- Constructor for AopInvocationException.
- Parameters:
msg
- the detail messagecause
- the root cause
Copyright © 2002-2007 The Spring Framework.