open class AopInvocationException : NestedRuntimeException
Exception that gets thrown when an AOP invocation failed because of misconfiguration or unexpected runtime issues.
Author
Juergen Hoeller
Since
2.0
AopInvocationException(msg: String)AopInvocationException(msg: String, cause: Throwable)
Constructor for AopInvocationException. |