MultipazProject
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
MultipazProject
multipaz
/
org.multipaz.securearea
/
KeyLockedException
Key
Locked
Exception
open
class
KeyLockedException
:
Exception
Exception thrown when trying to use a key which hasn't been unlocked.
Inheritors
CloudKeyLockedException
Members
Constructors
Key
Locked
Exception
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
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?