Liking cljdoc? Tell your friends :D

javax.naming.directory.AttributeInUseException

This exception is thrown when an operation attempts to add an attribute that already exists.

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

This exception is thrown when an operation attempts
to add an attribute that already exists.

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

->attribute-in-use-exceptionclj

(->attribute-in-use-exception)
(->attribute-in-use-exception explanation)

Constructor.

Constructs a new instance of AttributeInUseException with an explanation. All other fields are set to null.

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

Constructor.

Constructs a new instance of AttributeInUseException with
 an explanation. All other fields are set to null.

explanation - Possibly null additional detail about this exception. - `java.lang.String`
raw docstring

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

× close