onException method

Syntax
void ianywhere.qanywhere.ws.WSListener.onException(
  WSException e,
  WSResult wsResult
)
Parameters
  • e   The WSException that occurred during processing of the result.

  • wsResult   A WSResult, from which the request ID may be obtained. Values of this WSResult are not defined.

Remarks

Called when an exception occurs during processing of the result of an asynchronous web service request.

See Also

Class WSException

Class WSResult