Liking cljdoc? Tell your friends :D

javax.naming.NameNotFoundException

This exception is thrown when a component of the name cannot be resolved because it is not bound.

Synchronization and serialization issues that apply to NamingException apply directly here.

This exception is thrown when a component of the name cannot be resolved
because it is not bound.

Synchronization and serialization issues that apply to NamingException
apply directly here.
raw docstring

->name-not-found-exceptionclj

(->name-not-found-exception)
(->name-not-found-exception explanation)

Constructor.

Constructs a new instance of NameNotFoundException using the explanation supplied. All other fields default to null.

explanation - Possibly null additional detail about this exception. - java.lang.String

Constructor.

Constructs a new instance of NameNotFoundException using the
 explanation supplied. All other fields default to null.

explanation - Possibly null additional detail about this exception. - `java.lang.String`
raw docstring

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

× close