* throw new HeuristicConfirmException(ex.toString()); }
*/
// catch (com.arjuna.mw.wst.exceptions.SystemException ex)
catch (com.arjuna.wst.SystemException ex)
{
throw new SystemException(ex.toString());
}
}
else
throw new InvalidParticipantException();
}