Liking cljdoc? Tell your friends :D
Clojure only.

jdk.rmi.ConnectException

A ConnectException is thrown if a connection is refused to the remote host for a remote method call.

A ConnectException is thrown if a connection is refused
to the remote host for a remote method call.
raw docstring

->connect-exceptionclj

(->connect-exception s)
(->connect-exception s ex)

Constructor.

Constructs a ConnectException with the specified detail message and nested exception.

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

Constructor.

Constructs a ConnectException 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