Liking cljdoc? Tell your friends :D

javax.naming.directory.InvalidSearchControlsException

This exception is thrown when the specification of the SearchControls for a search operation is invalid. For example, if the scope is set to a value other than OBJECT_SCOPE, ONELEVEL_SCOPE, SUBTREE_SCOPE, this exception is thrown.

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

This exception is thrown when the specification of
the SearchControls for a search operation is invalid. For example, if the scope is
set to a value other than OBJECT_SCOPE, ONELEVEL_SCOPE, SUBTREE_SCOPE,
this exception is thrown.

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

->invalid-search-controls-exceptionclj

(->invalid-search-controls-exception)
(->invalid-search-controls-exception msg)

Constructor.

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

msg - Detail about this exception. Can be null. - java.lang.String

Constructor.

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

msg - Detail about this exception. Can be null. - `java.lang.String`
raw docstring

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

× close