public class

NonTrustedCertificateException

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

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

Class Overview

Thrown when certificate passed for PID encryption is not a valid UIDAI certificate

Summary

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

Public Constructors

public NonTrustedCertificateException ()

public NonTrustedCertificateException (String desc)