public class

LicenseRequiredException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.sec.biometric.exception.LicenseRequiredException

This class is deprecated.
Deprecated since v1.1. No replacement

Class Overview

Thrown when license is not activated. License activation is required to use Samsung India Identity SDK APIs.

Summary

Public Constructors
LicenseRequiredException()
LicenseRequiredException(String desc)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public LicenseRequiredException ()

public LicenseRequiredException (String desc)