Class DeviceCVMException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.gemalto.mfs.mwsdk.exception.DeviceCVMException
All Implemented Interfaces:
Serializable

public class DeviceCVMException extends Exception
An exception is thrown when errors are encountered while performing the biometric fingerprint operation.
See Also:
  • Constructor Details

    • DeviceCVMException

      public DeviceCVMException(String message)
      Constructor
      Parameters:
      message - The exception message.
    • DeviceCVMException

      public DeviceCVMException(String message, Throwable exception)
      Constructor a DeviceCVMException with the message and the cause of the exception.
      Parameters:
      message - The exception message.
      exception - The cause of the exception.