spring-framework / org.springframework.aop / AopInvocationException

AopInvocationException

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

Constructors

<init>

AopInvocationException(msg: String)
AopInvocationException(msg: String, cause: Throwable)

Constructor for AopInvocationException.