toggle menu
jellyfin-sdk-kotlin
latest-SNAPSHOT
common
switch theme
search in API
jellyfin-api
/
org.jellyfin.sdk.api.client.exception
/
ApiClientException
Api
Client
Exception
open
class
ApiClientException
(
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)
Base exception for the ApiClient.
Inheritors
InvalidContentException
InvalidStatusException
MissingBaseUrlException
MissingPathVariableException
SecureConnectionException
TimeoutException
SocketException
Members
Constructors
Api
Client
Exception
Link copied to clipboard
constructor
(
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)