public class

AopConfigException

extends NestedRuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.springframework.core.NestedRuntimeException
           ↳ org.springframework.aop.framework.AopConfigException
Known Direct Subclasses

Class Overview

Exception that gets thrown on illegal AOP configuration arguments.

Summary

Public Constructors
AopConfigException(String msg)
Constructor for AopConfigException.
AopConfigException(String msg, Throwable cause)
Constructor for AopConfigException.
[Expand]
Inherited Methods
From class org.springframework.core.NestedRuntimeException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public AopConfigException (String msg)

Constructor for AopConfigException.

Parameters
msg the detail message

public AopConfigException (String msg, Throwable cause)

Constructor for AopConfigException.

Parameters
msg the detail message
cause the root cause