Package org.springframework.aop
Class AopInvocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.aop.AopInvocationException
- All Implemented Interfaces:
Serializable
Exception that gets thrown when an AOP invocation failed
because of misconfiguration or unexpected runtime issues.
- Since:
- 2.0
- Author:
- Juergen Hoeller
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructor for AopInvocationException.AopInvocationException
(String msg, Throwable cause) Constructor for AopInvocationException. -
Method Summary
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMostSpecificCause, getRootCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AopInvocationException
Constructor for AopInvocationException.- Parameters:
msg
- the detail message
-
AopInvocationException
Constructor for AopInvocationException.- Parameters:
msg
- the detail messagecause
- the root cause
-