awala
Toggle table of contents
1.0.0a3
jvm
Platform filter
jvm
Switch theme
Search in API
awala
awala
/
tech.relaycorp.relaynet.bindings.pdc
/
ServerConnectionException
Server
Connection
Exception
class
ServerConnectionException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
ServerException
Error before or while connected to the server.
The client should retry later.
Members
Constructors
Server
Connection
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
?