程序包 infra.aop
类 AopInvocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
infra.core.NestedRuntimeException
infra.aop.AopInvocationException
- 所有已实现的接口:
infra.core.NestedException,Serializable
public class AopInvocationException
extends infra.core.NestedRuntimeException
Exception that gets thrown when an AOP invocation failed
because of misconfiguration or unexpected runtime issues.
- 从以下版本开始:
- 3.0
- 作者:
- Juergen Hoeller, TODAY 2021/2/1 18:52
- 另请参阅:
-
字段概要
从接口继承的字段 infra.core.NestedException
serialVersionUID -
构造器概要
构造器构造器说明Constructor for AopInvocationException.AopInvocationException(String msg, Throwable cause) Constructor for AopInvocationException. -
方法概要
从类继承的方法 infra.core.NestedRuntimeException
contains, getMostSpecificCause, getNestedMessage, getRootCause
-
构造器详细资料
-
AopInvocationException
Constructor for AopInvocationException.- 参数:
msg- the detail message
-
AopInvocationException
Constructor for AopInvocationException.- 参数:
msg- the detail messagecause- the root cause
-