MultipazProject
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
MultipazProject
multipaz
/
org.multipaz.rpc.transport
/
HttpTransport
/
ConnectionException
Connection
Exception
open
class
ConnectionException
:
HttpTransport.HttpClientException
Base class for exceptions related to connection problems in
HttpTransport
.
Inheritors
ConnectionRefusedException
TimeoutException
Members
Constructors
Connection
Exception
Link copied to clipboard
constructor
(
message
:
String
)
constructor
(
message
:
String
,
cause
:
Throwable
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?