Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » QAnywhere » QAnywhere Reference » QAnywhere Java API reference » QAnywhere Java API for web services » WSListener interface

 

onException method

Syntax
void 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

WSException class

WSResult class