Liking cljdoc? Tell your friends :D

javax.naming.directory.NoSuchAttributeException

This exception is thrown when attempting to access an attribute that does not exist.

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

This exception is thrown when attempting to access
an attribute that does not exist.

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

->no-such-attribute-exceptionclj

(->no-such-attribute-exception)
(->no-such-attribute-exception explanation)

Constructor.

Constructs a new instance of NoSuchAttributeException using an explanation. All other fields are set to null.

explanation - Additional detail about this exception. Can be null. - java.lang.String

Constructor.

Constructs a new instance of NoSuchAttributeException using
 an explanation. All other fields are set to null.

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

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

× close