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.