Пример #1
0
 private void handle(HibernateException exception) {
   // exception will be rethrown, no need to log here
   if (jbpmSession != null) jbpmSession.handleException();
 }