WebSphere Message Brokers
File: as08553_
Writer: Lorraine Waitt

Reference topic

This build: July 31, 2007 21:38:19

cciRethrowLastException

Re-throws the last exception generated on the current thread. It is used to pass the exception back to the message broker for further handling. Note that, similar to a C exit call, cciRethrowLastException does not return in this case.

Syntax

void cciRethrowLastException(int* returnCode);

Parameters

returnCode
The return code from the function (output). The possible return code is CCI_NO_EXCEPTION_EXISTS

Return values

None. If an error occurs, the returnCode parameter indicates the reason for the error.

Example

 if (rc == CCI_EXCEPTION) {
      cciRethrowLastException(&rc);
    }
Notices | Trademarks | Downloads | Library | Support | Feedback

Copyright IBM Corporation 1999, 2007Copyright IBM Corporation 1999, 2007. All Rights Reserved.
This build: July 31, 2007 21:38:19

as08553_ This topic's URL is: