/* 332 */ Region region = this.cache.getRegion(this.regionFqn, false);
/* 333 */ if ((region != null) && (region.isActive()))
/* */ {
/* */ try
/* */ {
/* 337 */ region.deactivate();
/* 338 */ region.unregisterContextClassLoader();
/* */ }
/* */ catch (Exception e)
/* */ {
/* 342 */ throw SecondLevelCacheUtil.convertToHibernateException(e);