程序包 cn.taketoday.aop

类 AopInvocationException

所有已实现的接口:
Serializable

public class AopInvocationException extends 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
另请参阅:
  • 构造器详细资料

    • AopInvocationException

      public AopInvocationException(String msg)
      Constructor for AopInvocationException.
      参数:
      msg - the detail message
    • AopInvocationException

      public AopInvocationException(String msg, Throwable cause)
      Constructor for AopInvocationException.
      参数:
      msg - the detail message
      cause - the root cause