UnknownHostException
classin packageklyn.net
public class UnknownHostException extends SocketException:
└ UnknownHostException

Raised when a host name cannot be resolved.

import klyn.net

throw UnknownHostException("Unknown host")
Inherited Properties
propertyInherited Properties from Exception: message
propertyInherited Properties from Object: type
Constructors
Modifier and Type Member Description
public UnknownHostException
UnknownHostException(message as String = "Unknown host"):
Creates an unknown-host exception.
Inherited Methods
methodInherited Methods from Exception: toString
methodInherited Methods from Object: deepCopy, fromJson, toDict, toJson, toString, toXml