Liking cljdoc? Tell your friends :D

javax.naming.CommunicationException

This exception is thrown when the client is unable to communicate with the directory or naming service. The inability to communicate with the service might be a result of many factors, such as network partitioning, hardware or interface problems, failures on either the client or server side. This exception is meant to be used to capture such communication problems.

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

This exception is thrown when the client is
unable to communicate with the directory or naming service.
The inability to communicate with the service might be a result
of many factors, such as network partitioning, hardware or interface problems,
failures on either the client or server side.
This exception is meant to be used to capture such communication problems.

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

->communication-exceptionclj

(->communication-exception)
(->communication-exception explanation)

Constructor.

Constructs a new instance of CommunicationException using the arguments supplied.

explanation - Additional detail about this exception. - java.lang.String

Constructor.

Constructs a new instance of CommunicationException using the
 arguments supplied.

explanation - Additional detail about this exception. - `java.lang.String`
raw docstring

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

× close