Class BiometricException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.codename1.security.BiometricException
Thrown via the failure path of an
AsyncResource returned by Biometrics
or SecureStorage when the underlying biometric or keychain operation
fails. getError() returns a typed BiometricError code so callers can
react without string-matching.-
Constructor Summary
ConstructorsConstructorDescriptionBiometricException(BiometricError error) BiometricException(BiometricError error, String message) BiometricException(BiometricError error, String message, Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
BiometricException
-
BiometricException
-
BiometricException
-
-
Method Details
-
getError
Typed error code describing the failure. Nevernull.
-