KeyLockedException

Exception thrown when trying to use a key which hasn't been unlocked.

Inheritors

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?