159160161162163164165166167168169
{ rollbackTransaction(tx); if (he instanceof ConstraintViolationException) { throw new ConstraintException(he.getMessage()); } throw new ProviderException(he); } finally