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

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

Class ErrTimedOutException

[Figure]

Known direct descendant subclasses:
ErrClientTimedOutException
ErrServerTimedOutException
 
public class ErrTimedOutException
extends TP1ClientException
 

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

If an openConnection method returned this exception:
A timeout occurred while a virtual session with TP1/Web was being started or while a connection was being established with a RAP-processing listener.

If a closeConnection method returned this exception:
A timeout occurred while a virtual session with TP1/Web was being disconnected or while a connection with a RAP-processing listener or server was being released.

If an rpcCall method returned this exception:
A timeout occurred, or the SPP whose service was requested terminated abnormally before the processing was completed.

If a cltAssemSend method returned this exception:
A timeout occurred while receiving a response message.

If a cltAssemReceive method returned this exception:
A timeout occurred while receiving a message.

If a trnChainedCommit method, trnChainedRollback method, trnUnchainedCommit method, trnUnchainedRollback method, or cltReceive method returned this exception:
A timeout occurred.

Related items

TP1Client, TP1ClientException

Constructor

ErrTimedOutException

public ErrTimedOutException()

Creates an instance of ErrTimedOutException without a detail message.