Class 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)
      Constructor
      DeviceCVMException​(java.lang.String message, java.lang.Throwable exception)
      Constructor given 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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 message
        exception - Cause of the exception