toggle menu
jellyfin-sdk-kotlin
latest-SNAPSHOT
common
switch theme
search in API
jellyfin-api
/
org.jellyfin.sdk.api.sockets.exception
/
SocketException
Socket
Exception
open
class
SocketException
(
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)
:
ApiClientException
Base exception for the SocketApi and related classes.
Inheritors
SocketStoppedException
Members
Constructors
Socket
Exception
Link copied to clipboard
constructor
(
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)