ConnectTimeoutException
open classConnectTimeoutException: InterruptedIOException
kotlin.Any | |||||
↳ | kotlin.Throwable | ||||
↳ | java.lang.Exception | ||||
↳ | java.io.IOException | ||||
↳ | java.io.InterruptedIOException | ||||
↳ | org.apache.http.conn.ConnectTimeoutException |
A timeout while connecting to an HTTP server or waiting for an available connection from an HttpConnectionManager.
Summary
Public constructors | |
---|---|
Creates a ConnectTimeoutException with a null detail message. |
|
ConnectTimeoutException(message: String!) Creates a ConnectTimeoutException with the specified detail message. |
Inherited properties | |
---|---|
Public constructors
ConnectTimeoutException
Added in API level 1
ConnectTimeoutException()
Creates a ConnectTimeoutException with a null detail message.
ConnectTimeoutException
Added in API level 1
ConnectTimeoutException(message: String!)
Creates a ConnectTimeoutException with the specified detail message.
Parameters | |
---|---|
message |
String!: The exception detail message |