java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.io.IOException | +--java.net.UnknownHostException
Untamed: Thrown to indicate that the IP address of a host could not be determined.
UnknownHostException(String host)
UnknownHostException with the
specified detail message.
backtrace, eStack, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, javaStack, leaf, printStackTrace, printStackTrace, printStackTrace, printThrowableOn, setStackTrace, toString, unwrap
public UnknownHostException(String host)
UnknownHostException with the
specified detail message.
host - the detail message.public UnknownHostException()
UnknownHostException with no detail
message.