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
- Throwable
public void handleExceptions(Throwable ex) throws OperationFailedException
ex
- Throwable
OperationFailedException
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.