When StrategyCreatorRegionFactoryImpl fails to create a class, it throws ServiceException:
The other classes throw HibernateException. For example, SessionFactoryOptionsBuilder.java has the following code:
SessionFactoryOptions.java is another example:
Can hibernate fix the problem? If calling code catches HibernateException, it will miss the exceptions thrown by StrategyCreatorRegionFactoryImpl. |