251252253254255256257258259260261
// there is a serious problem: // the transaction may be applied partially // in this case we need to panic: // close the database callStop = false; database.shutdownImmediately(); throw e; } else { session.rollbackTo(rollback, false); } throw e;