Added in API level 28

StrongBoxUnavailableException

open class StrongBoxUnavailableException : ProviderException
kotlin.Any
   ↳ kotlin.Throwable
   ↳ java.lang.Exception
   ↳ java.lang.RuntimeException
   ↳ java.security.ProviderException
   ↳ android.security.keystore.StrongBoxUnavailableException

Indicates that an operation could not be performed because the requested security hardware is not available.

Summary

Public constructors

Public constructors

StrongBoxUnavailableException

Added in API level 28
StrongBoxUnavailableException()

StrongBoxUnavailableException

Added in API level 28
StrongBoxUnavailableException(message: String!)

StrongBoxUnavailableException

Added in API level 28
StrongBoxUnavailableException(
    message: String!,
    cause: Throwable!)

StrongBoxUnavailableException

Added in API level 28
StrongBoxUnavailableException(cause: Throwable!)