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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Constructor for AopInvocationException.
msg | the detail message |
---|
Constructor for AopInvocationException.
msg | the detail message |
---|---|
cause | the root cause |