Class QRCodeScannerSDKException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.vasco.digipass.sdk.utils.qrcodescanner.QRCodeScannerSDKException
All Implemented Interfaces:
Serializable

public class QRCodeScannerSDKException extends Exception
This exception is thrown when a problem occurs while using the QR Code Scanner SDK.
See Also:
  • Constructor Details

    • QRCodeScannerSDKException

      public QRCodeScannerSDKException(int errorCode)
      Constructs a new QRCodeScannerSDKException.
      Parameters:
      errorCode - The error code. See QRCodeScannerSDKErrorCodes for more details.
    • QRCodeScannerSDKException

      public QRCodeScannerSDKException(int errorCode, Throwable cause)
      Constructs a new QRCodeScannerSDKException.
      Parameters:
      errorCode - The error code. See QRCodeScannerSDKErrorCodes for more details.
      cause - Throwable describing the cause of the failure.
  • Method Details

    • getErrorCode

      public int getErrorCode()
      Gets the error code.
      Returns:
      Error code