StrongBoxUnavailableException | API reference | Android Developers (original) (raw)
open class StrongBoxUnavailableException : ProviderException
kotlin.Any | ||||
---|---|---|---|---|
↳ | kotlin.Throwable | |||
↳ | java.lang.Exception | |||
↳ | java.lang.RuntimeException | |||
↳ | java.security.ProviderException | |||
↳ |
Indicates that an operation could not be performed because the requested security hardware is not available.
Summary
Public constructors |
---|
StrongBoxUnavailableException() |
StrongBoxUnavailableException(message: String!) |
StrongBoxUnavailableException(message: String!, cause: Throwable!) |
StrongBoxUnavailableException(cause: Throwable!) |
Public constructors
StrongBoxUnavailableException
StrongBoxUnavailableException()
StrongBoxUnavailableException
StrongBoxUnavailableException(message: String!)
StrongBoxUnavailableException
StrongBoxUnavailableException(
message: String!,
cause: Throwable!)
StrongBoxUnavailableException
StrongBoxUnavailableException(cause: Throwable!)
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.