Class BiometricException

    • Constructor Detail

      • BiometricException

        public BiometricException​(String errorCode,
                                  String errorMessage,
                                  Throwable rootCause)
        Instantiates a new biometric exception.
        Parameters:
        errorCode - the error code
        errorMessage - the error message
        rootCause - the root cause
      • BiometricException

        public BiometricException​(String errorCode,
                                  String errorMessage)
        Instantiates a new biometric exception.
        Parameters:
        errorCode - the error code
        errorMessage - the error message