SocketException

open class SocketException(message: String? = null, cause: Throwable? = null) : ApiClientException

Base exception for the SocketApi and related classes.

Inheritors

Constructors

Link copied to clipboard
constructor(message: String? = null, cause: Throwable? = null)