Class MissingModelLivenessDetectionDependencyException

  • All Implemented Interfaces:
    java.io.Serializable

    
    public final class MissingModelLivenessDetectionDependencyException
    extends RuntimeException
                        

    Exception thrown whenever some SDK functionality depends on the com.incode.sdk:model-liveness-detection library dependency, but it's missing.

    Error Message: Model Liveness Detection dependency not found. In order to use this feature, you need to add the com.incode.sdk:model-liveness-detection:x.y.z dependency to your build. Check the documentation for more information.

    Since:

    5.47.0

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class kotlin.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MissingModelLivenessDetectionDependencyException

        MissingModelLivenessDetectionDependencyException()
    • Method Detail