| java.lang.Object | |||||
| ↳ | java.lang.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | java.lang.RuntimeException | ||||
| ↳ | org.springframework.core.NestedRuntimeException | ||||
| ↳ | org.springframework.aop.AopInvocationException | ||||
Exception that gets thrown when an AOP invocation failed because of misconfiguration or unexpected runtime issues.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor for AopInvocationException.
| |||||||||||
Constructor for AopInvocationException.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.core.NestedRuntimeException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructor for AopInvocationException.
| msg | the detail message |
|---|
Constructor for AopInvocationException.
| msg | the detail message |
|---|---|
| cause | the root cause |