package except /** * The specified domain, which identifies the host's address, could not be resolved. * * @param address The unresolvable address. */ class UnresolvableHostException(val address: String) : Exception("Hostname $address unresolvable.")