getStatus()

Retrieves the status associated with the exception object.

Syntax

public int getStatus();
 

Parameters

None.

Return values

The integer exception status in the exception object.

Exceptions

None.

Notes

The getStatus() method retrieves the status that is set by the connector. This status is usually one of the outcome-status constants, as represented by the CWConnectorConstant class (such as FAIL or APPRESPONSETIMEOUT).

See also

setStatus()

Copyright IBM Corp. 1997, 2003