Liking cljdoc? Tell your friends :D

javax.naming.LinkLoopException

This exception is thrown when a loop was detected will attempting to resolve a link, or an implementation specific limit on link counts has been reached.

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

This exception is thrown when
a loop was detected will attempting to resolve a link, or an implementation
specific limit on link counts has been reached.

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

(->link-loop-exception)
(->link-loop-exception explanation)

Constructor.

Constructs a new instance of LinkLoopException with an explanation All the other fields are initialized to null.

explanation - A possibly null string containing additional detail about this exception. - java.lang.String

Constructor.

Constructs a new instance of LinkLoopException with an explanation
 All the other fields are initialized to null.

explanation - A possibly null string containing additional detail about this exception. - `java.lang.String`
raw docstring

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

× close