public class

NeedsCaptureException

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

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

Class Overview

Thrown when some APIs are called without doing a prior successful capture.

Summary

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

Public Constructors

public NeedsCaptureException ()

public NeedsCaptureException (String desc)