Liking cljdoc? Tell your friends :D

javax.naming.directory.InvalidAttributeIdentifierException

This exception is thrown when an attempt is made to add to create an attribute with an invalid attribute identifier. The validity of an attribute identifier is directory-specific.

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

This exception is thrown when an attempt is
made to add to create an attribute with an invalid attribute identifier.
The validity of an attribute identifier is directory-specific.

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

->invalid-attribute-identifier-exceptionclj

(->invalid-attribute-identifier-exception)
(->invalid-attribute-identifier-exception explanation)

Constructor.

Constructs a new instance of InvalidAttributeIdentifierException using the explanation supplied. All other fields set to null.

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

Constructor.

Constructs a new instance of InvalidAttributeIdentifierException using the
 explanation supplied. All other fields set to null.

explanation - 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