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 SummaryConstructorsConstructorDescriptionConstructor for AopInvocationException.AopInvocationException(String msg, Throwable cause) Constructor for AopInvocationException.
- 
Method SummaryMethods inherited from class org.springframework.core.NestedRuntimeExceptioncontains, getMessage, getMostSpecificCause, getRootCauseMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
AopInvocationExceptionConstructor for AopInvocationException.- Parameters:
- msg- the detail message
 
- 
AopInvocationExceptionConstructor for AopInvocationException.- Parameters:
- msg- the detail message
- cause- the root cause
 
 
-