public class

InvalidParamException

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

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

Class Overview

Thrown when APIs are called with invalid parameters. Reason of the error could be found from the detailed message in exception.

Summary

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

Public Constructors

public InvalidParamException ()

public InvalidParamException (String desc)