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

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

Class ErrHeuristicException

[Figure]

 
public class ErrHeuristicException
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. Even after this exception has been returned, this process is still under the transaction and within the range of the global transaction.

Related items

TP1Client, TP1ClientException

Constructor

ErrHeuristicException

public ErrHeuristicException()

Creates an instance of ErrHeuristicException without a detail message.