Liking cljdoc? Tell your friends :D

jdk.rmi.NotBoundException

A NotBoundException is thrown if an attempt is made to lookup or unbind in the registry a name that has no associated binding.

A NotBoundException is thrown if an attempt
is made to lookup or unbind in the registry a name that has
no associated binding.
raw docstring

->not-bound-exceptionclj

(->not-bound-exception)
(->not-bound-exception s)

Constructor.

Constructs a NotBoundException with the specified detail message.

s - the detail message - java.lang.String

Constructor.

Constructs a NotBoundException with the specified
 detail message.

s - the detail message - `java.lang.String`
raw docstring

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

× close