Added in API level 30
AlreadyPersonalizedException
open class AlreadyPersonalizedException : IdentityCredentialException
kotlin.Any | ||||
↳ | kotlin.Throwable | |||
↳ | java.lang.Exception | |||
↳ | android.security.identity.IdentityCredentialException | |||
↳ | android.security.identity.AlreadyPersonalizedException |
Thrown if trying to create a credential which already exists.
Summary
Public constructors | |
---|---|
AlreadyPersonalizedException(message: String) Constructs a new |
|
AlreadyPersonalizedException(message: String, cause: Throwable) Constructs a new |
Public constructors
AlreadyPersonalizedException
Added in API level 30
AlreadyPersonalizedException(message: String)
Constructs a new AlreadyPersonalizedException
exception.
Parameters | |
---|---|
message |
String: the detail message. This value cannot be null . |
AlreadyPersonalizedException
Added in API level 30
AlreadyPersonalizedException(
message: String,
cause: Throwable)
Constructs a new AlreadyPersonalizedException
exception.
Parameters | |
---|---|
message |
String: the detail message. This value cannot be null . |
cause |
Throwable: the cause. This value cannot be null . |