Sets the status associated with the exception object.
Syntax
public void setStatus(int status);
Parameters
Return values
None.
Exceptions
None.
Notes
The setStatus() method sets the status that is part of the CWException object. This status is usually set by the connector to one of the outcome-status constants, as represented by the CWConnectorConstant class (such as FAIL or APPRESPONSETIMEOUT).
See also