JevConnectionException

open class JevConnectionException(message: String, cause: Throwable? = null) : JevException(source)

No HTTP response was received (DNS, TLS, refused or dropped connection).

Inheritors

Constructors

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