程序包 cn.taketoday.aop
类 AopInvocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.taketoday.core.NestedRuntimeException
cn.taketoday.aop.AopInvocationException
- 所有已实现的接口:
Serializable
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
- 另请参阅:
-
构造器概要
构造器构造器说明Constructor for AopInvocationException.AopInvocationException(String msg, Throwable cause) Constructor for AopInvocationException. -
方法概要
从类继承的方法 cn.taketoday.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
-