类 AopConfigException

所有已实现的接口:
Serializable
直接已知子类:
NotAnAtAspectException

public class AopConfigException extends NestedRuntimeException
Exception that gets thrown on illegal AOP configuration arguments.
从以下版本开始:
4.0
作者:
Rod Johnson, TODAY 2021/2/1 19:04
另请参阅:
  • 构造器详细资料

    • AopConfigException

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

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