public class

AopInvocationException

extends NestedRuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.springframework.core.NestedRuntimeException
           ↳ org.springframework.aop.AopInvocationException

Class Overview

Exception that gets thrown when an AOP invocation failed because of misconfiguration or unexpected runtime issues.

Summary

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

Public Constructors

public AopInvocationException (String msg)

Constructor for AopInvocationException.

Parameters
msg the detail message

public AopInvocationException (String msg, Throwable cause)

Constructor for AopInvocationException.

Parameters
msg the detail message
cause the root cause