fritz2
js
core
/
dev.fritz2.remote
/
ConnectionException
Connection
Exception
js
class
ConnectionException
(
message
:
String
,
throwable
:
Throwable
)
:
Exception
Exception
for handling errors with connecting
Constructors
Properties
Constructors
Connection
Exception
Link copied to clipboard
js
fun
ConnectionException
(
message
:
String
,
throwable
:
Throwable
)
Properties
cause
Link copied to clipboard
js
open
val
cause
:
Throwable
?
message
Link copied to clipboard
js
open
val
message
:
String
?