CloudKeyLockedException

Specialization of KeyLockedException with extra detail for why a key is locked.

Constructors

Link copied to clipboard
constructor(reason: CloudKeyLockedException.Reason, message: String, cause: Exception)

Construct a new exception.

constructor(reason: CloudKeyLockedException.Reason, message: String)

Construct a new exception.

Types

Link copied to clipboard

Possible reasons for why a key is locked

Properties

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

The reason why the key didn't unlock.