T - public abstract class AbstractServiceMethodAfterReturningAdvice<T> extends Object implements ServiceMethodAfterAdvice<T>
| Constructor and Description |
|---|
AbstractServiceMethodAfterReturningAdvice() |
| Modifier and Type | Method and Description |
|---|---|
T |
afterThrowing(Method method,
Exception t,
Object... args)
If after advice defined for a service method, invokes this method after method execution finished with throwing
exception.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitafterReturningpublic AbstractServiceMethodAfterReturningAdvice()
public final T afterThrowing(Method method, Exception t, Object... args) throws Exception
afterThrowing in interface ServiceMethodAfterAdvice<T>args - method argumentsExceptionCopyright © 2004–2022 OpenL Tablets. All rights reserved.