throw exception after intercepting to log error event

This commit is contained in:
kishan 2011-07-14 11:51:14 +05:30
parent 427b70e572
commit 14a8cbdc28
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ public class ActionEventCallback implements MethodInterceptor, AnnotationInterce
} catch (Exception e){
success = false;
interceptException(method, event);
return null;
throw e;
} finally {
if(success){
interceptComplete(method, event);