awala
Toggle table of contents
1.0.0a3
jvm
Platform filter
jvm
Switch theme
Search in API
awala
awala
/
tech.relaycorp.relaynet
/
RelaynetException
Relaynet
Exception
abstract
class
RelaynetException
(
message
:
String
,
cause
:
Throwable
?
)
:
Exception
Base class for all exceptions in this library
Inheritors
InvalidNodeConnectionParams
SessionKeyException
InvalidSignatureException
PDCException
SignedDataException
KeyStoreBackendException
MissingKeyException
InvalidMessageException
CertificationPathException
RAMFException
KeyException
EnvelopedDataException
CertificateException
Members
Constructors
Relaynet
Exception
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?