javax.transaction.SystemException, java.lang.SecurityException
{
CompositeTerminator term = getTerminator();
try {
term.commit ();
} catch ( HeurHazardException hh ) {
rethrowAsJtaHeuristicMixedException ( hh.getMessage () , hh );
} catch ( HeurRollbackException hr ) {
rethrowAsJtaHeuristicRollbackException ( hr.getMessage () , hr );
} catch ( HeurMixedException hm ) {