Class AspectJAfterThrowingAdvice

java.lang.Object
org.springframework.aop.aspectj.AbstractAspectJAdvice
org.springframework.aop.aspectj.AspectJAfterThrowingAdvice
All Implemented Interfaces:
Serializable, Advice, Interceptor, MethodInterceptor, AfterAdvice, AspectJPrecedenceInformation, Ordered

public class AspectJAfterThrowingAdvice extends AbstractAspectJAdvice implements MethodInterceptor, AfterAdvice, Serializable
Spring AOP advice wrapping an AspectJ after-throwing advice method.
Since:
2.0
Author:
Rod Johnson
See Also: