} catch (Throwable e) {
/* System Exception ****************************/
txPolicy.handleSystemException(e, bean, txContext);
} finally {
entrancyTracker.exit(deploymentInfo, callContext.getPrimaryKey());
txPolicy.afterInvoke(bean, txContext);
}
return returnValue;
}