public void setStatus(int status);
None.
You must set the exception status of an exception-detail object with the setStatus() method before the exception is thrown. This status value allows the calling code to take appropriate action to cleanup any application-related resources (for example from an APPRESPONSETIMEOUT status) before to passing this status back to the connector framework.
None.