T - the service this aspect is operating onpublic class ServiceAspects<T> extends Object
| Constructor and Description |
|---|
ServiceAspects() |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeInvokingService(org.aspectj.lang.JoinPoint join) |
void |
handleExceptions(Throwable ex) |
void |
setIncludeThrowableClassList(List<Throwable> serviceExceptionTypes) |
public ServiceAspects()
public void setIncludeThrowableClassList(List<Throwable> serviceExceptionTypes)
public void beforeInvokingService(org.aspectj.lang.JoinPoint join) throws Throwable
join - Throwablepublic void handleExceptions(Throwable ex) throws OperationFailedException
ex - ThrowableOperationFailedExceptionCopyright © 2004-2013 The Kuali Foundation. All Rights Reserved.