MultipazProject
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
MultipazProject
multipaz
/
org.multipaz.rpc.transport
/
HttpTransport
/
HttpClientException
Http
Client
Exception
open
class
HttpClientException
:
Exception
Base class for all exceptions thrown by
HttpTransport
Inheritors
ConnectionException
RemoteException
Members
Constructors
Http
Client
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
?