// heuristic hazard or not, participant might be indoubt.
// fill in exact heuristic messages by using buffer effect
// of participant proxies.
String msg = "Unexpected error in commit";
Configuration.logWarning ( msg, e );
HeurHazardException heurh = new HeurHazardException ( part
.getHeuristicMessages () );
throw new PropagationException ( heurh, true );
}
}