Liking cljdoc? Tell your friends :D

javax.naming.NoInitialContextException

This exception is thrown when no initial context implementation can be created. The policy of how an initial context implementation is selected is described in the documentation of the InitialContext class.

This exception can be thrown during any interaction with the InitialContext, not only when the InitialContext is constructed. For example, the implementation of the initial context might lazily retrieve the context only when actual methods are invoked on it. The application should not have any dependency on when the existence of an initial context is determined.

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

This exception is thrown when no initial context implementation
can be created.  The policy of how an initial context implementation
is selected is described in the documentation of the InitialContext class.

This exception can be thrown during any interaction with the
InitialContext, not only when the InitialContext is constructed.
For example, the implementation of the initial context might lazily
retrieve the context only when actual methods are invoked on it.
The application should not have any dependency on when the existence
of an initial context is determined.

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

->no-initial-context-exceptionclj

(->no-initial-context-exception)
(->no-initial-context-exception explanation)

Constructor.

Constructs an instance of NoInitialContextException with an explanation. All other fields are initialized to null.

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

Constructor.

Constructs an instance of NoInitialContextException with an
 explanation. All other fields are initialized 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