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

SQL Anywhere 11.0.0 » QAnywhere » QAnywhere API Reference » QAnywhere Java API reference » ianywhere.qanywhere.client package » Class QAException

 

QAException method

Syntax
 ianywhere.qanywhere.client.QAException.QAException(
  String message,
  int errorCode
)
Parameters
  • message   The text description of the exception.

  • errorCode   The error code.

Remarks

Creates a QAException instance with the provided error code and error message text.