AlreadyPersonalizedException

Thrown if trying to create a credential which already exists.

Constructors

Link copied to clipboard
constructor(@NonNull message: String)
Constructs a new AlreadyPersonalizedException exception.
constructor(@NonNull message: String, @NonNull cause: Throwable)
Constructs a new AlreadyPersonalizedException exception.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getCause(): Throwable
Link copied to clipboard
Link copied to clipboard
open fun getMessage(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun printStackTrace()
Link copied to clipboard
Link copied to clipboard
open fun toString(): String