UnknownHostException

class UnknownHostException : IOException

Thrown to indicate that the IP address of a host could not be determined.

Author

Jonathan Payne

Since

1.0

Constructors

Link copied to clipboard
constructor(message: String?)

Constructs a new UnknownHostException with the specified detail message.

constructor()

Constructs a new UnknownHostException with no detail message.

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?

Functions

Link copied to clipboard