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

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

Class ErrConnfreeException

[Figure]

 
public class ErrConnfreeException
extends TP1ClientException
 

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

If an rpcCall method returned this exception:
A permanent connection with the RAP-processing server was disconnected. Another possibility is that the virtual session with TP1/Web ended.

If a trnBegin method, trnChainedCommit method, trnChainedRollback method, trnUnchainedCommit method, or trnUnchainedRollback method returned this exception:
A permanent connection was dropped by the CUP execution process side.

If a cltReceive method returned this exception:
The connection was released from the MHP.

If a cltAssemSend method or cltAssemReceive method returned this exception:
The connection was released by the remote system.

Related items

TP1Client, TP1ClientException

Constructor

ErrConnfreeException

public ErrConnfreeException()

Creates an instance of ErrConnfreeException without a detail message.