/* 371 */ if ((region != null) && (region.isActive()))
/* */ {
/* */ try
/* */ {
/* 375 */ region.deactivate();
/* 376 */ region.unregisterContextClassLoader();
/* */ }
/* */ catch (Exception e)
/* */ {
/* 380 */ throw SecondLevelCacheUtil.convertToHibernateException(e);
/* */ }