AlreadyPersonalizedException
open class AlreadyPersonalizedException : IdentityCredentialException
kotlin.Any | ||||
↳ | kotlin.Throwable | |||
↳ | java.lang.Exception | |||
↳ | androidx.security.identity.IdentityCredentialException | |||
↳ | androidx.security.identity.AlreadyPersonalizedException |
Thrown if trying to create a credential which already exists.
Summary
Public constructors | |
---|---|
Constructs a new |
|
Constructs a new |
Public constructors
<init>
AlreadyPersonalizedException(@NonNull message: String)
Constructs a new AlreadyPersonalizedException
exception.
Parameters | |
---|---|
message |
String: the detail message. |
<init>
AlreadyPersonalizedException(
@NonNull message: String,
@NonNull cause: Throwable)
Constructs a new AlreadyPersonalizedException
exception.
Parameters | |
---|---|
message |
String: the detail message. |
cause |
Throwable: the cause. |