Liking cljdoc? Tell your friends :D

jdk.rmi.UnknownHostException

An UnknownHostException is thrown if a java.net.UnknownHostException occurs while creating a connection to the remote host for a remote method call.

An UnknownHostException is thrown if a
java.net.UnknownHostException occurs while creating
a connection to the remote host for a remote method call.
raw docstring

->unknown-host-exceptionclj

(->unknown-host-exception s)
(->unknown-host-exception s ex)

Constructor.

Constructs an UnknownHostException with the specified detail message and nested exception.

s - the detail message - java.lang.String ex - the nested exception - java.lang.Exception

Constructor.

Constructs an UnknownHostException with the specified
 detail message and nested exception.

s - the detail message - `java.lang.String`
ex - the nested exception - `java.lang.Exception`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close