UnknownAuthenticationKeyException

Thrown if trying to certify an unknown dynamic authentication key.

Constructors

Link copied to clipboard
constructor(@NonNull message: String)
Constructs a new UnknownAuthenticationKeyException exception.
constructor(@NonNull message: String, @NonNull cause: Throwable)
Constructs a new UnknownAuthenticationKeyException 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