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

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

Class ErrRollbackException

[Figure]

 
public class ErrRollbackException
extends TP1ClientException
 

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

The current transaction was rolled back without being committed.

When the trnChainedCommit method returns this exception, this process is within the range of the transaction. When the trnUnchainedCommit method returns this exception, this process is outside the range of the transaction.

Related items

TP1Client, TP1ClientException

Constructor

ErrRollbackException

public ErrRollbackException()

Creates an instance of ErrRollbackException without a detail message.