public class

DeviceTamperedException

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

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

Class Overview

Thrown if the device is rooted through some means.

Summary

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

Public Constructors

public DeviceTamperedException ()

public DeviceTamperedException (String desc)