} catch ( RollbackException jtr ) {
// NO vote.
result = new Boolean ( false );
} catch ( Exception e ) {
// here, participant might be indoubt!
StringHeuristicMessage shm = new StringHeuristicMessage (
"Possibly heuristic participant: " + part.toString () );
HeuristicMessage[] msgs = new HeuristicMessage[1];
msgs[0] = shm;
HeurHazardException heurh = new HeurHazardException ( msgs );
throw new PropagationException ( heurh, false );