ScreenLockRequiredException

Exception thrown when trying to create a key with user authentication but no screen lock has been set up.

Constructors

Link copied to clipboard
constructor()

Construct a new exception.

constructor(message: String)

Construct a new exception.

constructor(message: String, cause: Exception)

Construct a new exception.

constructor(cause: Exception)

Construct a new exception.

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?