Liking cljdoc? Tell your friends :D

javax.naming.MalformedLinkException

This exception is thrown when a malformed link was encountered while resolving or constructing a link.

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

This exception is thrown when a malformed link was encountered while
resolving or constructing a link.

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

(->malformed-link-exception)
(->malformed-link-exception explanation)

Constructor.

Constructs a new instance of MalformedLinkException 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 MalformedLinkException 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