com.pcbsys.nirvana.client.nUnknownTransactionIdException Class Reference

This exception is thrown when an attempt is made to perform an operation on a transaction where the id of the transaction is not known by the server. More...

Inheritance diagram for com.pcbsys.nirvana.client.nUnknownTransactionIdException:
com.pcbsys.nirvana.client.nBaseClientException

Public Member Functions

 nUnknownTransactionIdException ()
 Creates the exception with the default message More...
 
 nUnknownTransactionIdException (string message)
 Creates the exception with the specified message More...
 

Detailed Description

This exception is thrown when an attempt is made to perform an operation on a transaction where the id of the transaction is not known by the server.

The transaction may not exist, or it may have expired.

nSession nTransaction

Constructor & Destructor Documentation

com.pcbsys.nirvana.client.nUnknownTransactionIdException.nUnknownTransactionIdException ( )

Creates the exception with the default message

com.pcbsys.nirvana.client.nUnknownTransactionIdException.nUnknownTransactionIdException ( string  message)

Creates the exception with the specified message

Parameters
messageMessage string