awala
Toggle table of contents
1.0.0a3
jvm
Platform filter
jvm
Switch theme
Search in API
awala
awala
/
tech.relaycorp.relaynet.wrappers
/
KeyException
Key
Exception
class
KeyException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
RelaynetException
Exception while generating a cryptographic key.
Members
Constructors
Key
Exception
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?