Liking cljdoc? Tell your friends :D

jdk.rmi.AlreadyBoundException

An AlreadyBoundException is thrown if an attempt is made to bind an object in the registry to a name that already has an associated binding.

An AlreadyBoundException is thrown if an attempt
is made to bind an object in the registry to a name that already
has an associated binding.
raw docstring

->already-bound-exceptionclj

(->already-bound-exception)
(->already-bound-exception s)

Constructor.

Constructs an AlreadyBoundException with the specified detail message.

s - the detail message - java.lang.String

Constructor.

Constructs an AlreadyBoundException 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