NoConnectionException

class NoConnectionException(message: String? = null) : IOException

Signals that no network connection is available.

Constructors

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