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:
java.io.Serializable
public class DeviceCVMException extends java.lang.Exception
An exception thrown if there are error encountered while performing biometric fingerprint operation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeviceCVMException(java.lang.String message)
ConstructorDeviceCVMException(java.lang.String message, java.lang.Throwable exception)
Constructor given the message and the cause of the exception
-
-
-
Constructor Detail
-
DeviceCVMException
public DeviceCVMException(java.lang.String message)
Constructor- Parameters:
message
- Exception message
-
DeviceCVMException
public DeviceCVMException(java.lang.String message, java.lang.Throwable exception)
Constructor given the message and the cause of the exception- Parameters:
message
- Exception messageexception
- Cause of the exception
-
-