Package com.gemalto.mfs.mwsdk.exception
Class DeviceCVMException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.gemalto.mfs.mwsdk.exception.DeviceCVMException
- All Implemented Interfaces:
Serializable
An exception is thrown when errors are encountered while performing the biometric fingerprint operation.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeviceCVMException(String message) ConstructorDeviceCVMException(String message, Throwable exception) Constructor a DeviceCVMException with the message and the cause of the exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DeviceCVMException
Constructor- Parameters:
message- The exception message.
-
DeviceCVMException
Constructor a DeviceCVMException with the message and the cause of the exception.- Parameters:
message- The exception message.exception- The cause of the exception.
-