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 clients » QAException class

 

QAException method

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