Abort the transaction. All participants that are still enlisted with the transaction are rolled back.
@exception InvalidTransactionException Thrown if the current transaction is notknown about by the transaction system.
@exception WrongStateException Thrown if the current transaction is not in astate that allows cancel to be called.
@exception HeuristicHazardException Thrown if the participants generated a hazardheuristic.
@exception HeuristicMixedException Thrown if the participants generated a mixed heuristic.
@exception NoTransactionException Thrown if there is no transactionassociated with the invoking thread.
@exception SystemException Thrown if some other error occurred.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.