clone.heuristicMap_.put ( TxState.HEUR_HAZARD, hazStack.clone () );
clone.heuristicMap_.put ( TxState.HEUR_MIXED, mixStack.clone () );
clone.heuristicMap_
.put ( TxState.HEUR_COMMITTED, comStack.clone () );
clone.heuristicMap_.put ( TxState.HEUR_ABORTED, abStack.clone () );
clone.heuristicMap_.put ( TxState.TERMINATED, termStack.clone () );
} catch ( CloneNotSupportedException e ) {
throw new RuntimeException (
"CoordinatorStateHandler: clone failure :"
+ e.getMessage () );
}