程序包 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
另请参阅:
  • 构造器详细资料

    • 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