mirror of https://github.com/apache/cloudstack.git
throw exception after intercepting to log error event
This commit is contained in:
parent
427b70e572
commit
14a8cbdc28
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue