Liking cljdoc? Tell your friends :D

jdk.rmi.ConnectIOException

A ConnectIOException is thrown if an IOException occurs while making a connection to the remote host for a remote method call.

A ConnectIOException is thrown if an
IOException occurs while making a connection
to the remote host for a remote method call.
raw docstring

->connect-io-exceptionclj

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

Constructor.

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