OpenTP1 Version 7 TP1/Client User's Guide TP1/Client/J

[Contents][Index][Back][Next]

Class ErrHeuristicNoBeginException

[Figure]

 
public class ErrHeuristicNoBeginException
extends TP1ClientException
 

This is an exception class returned by TP1/Client/J. It indicates the following event:

For heuristic determination purposes, some of the transaction branches in the global transaction were committed and some were rolled back. This exception is returned when the result of the heuristic determination does not match the result of the synchronization point of the global transaction. For the result of the synchronization point of the global transaction, resource manager, and UAP that caused this exception, see TP1/Server's message log file. For the result of the synchronization point of the global transaction, resource manager, and UAP that caused this exception, see TP1/Server's message log file. The method was unable to start a new transaction. Once this exception has been returned, this process is no longer under the transaction.

Related items

TP1Client, TP1ClientException

Constructor

ErrHeuristicNoBeginException

public ErrHeuristicNoBeginException()

Creates an instance of ErrHeuristicNoBeginException without a detail message.