AlreadyPersonalizedException  |  API reference  |  Android Developers (original) (raw)


open class AlreadyPersonalizedException : IdentityCredentialException

kotlin.Any
kotlin.Throwable
java.lang.Exception
android.security.identity.IdentityCredentialException

Thrown if trying to create a credential which already exists.

Summary

Public constructors
AlreadyPersonalizedException(message: String) Constructs a new AlreadyPersonalizedException exception.
AlreadyPersonalizedException(message: String, cause: Throwable) Constructs a new AlreadyPersonalizedException exception.

Public constructors

AlreadyPersonalizedException

AlreadyPersonalizedException(message: String)

Constructs a new [AlreadyPersonalizedException](#) exception.

Parameters
message String: the detail message. This value cannot be null.

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.