Liking cljdoc? Tell your friends :D

javax.naming.directory.InvalidSearchFilterException

This exception is thrown when the specification of a search filter is invalid. The expression of the filter may be invalid, or there may be a problem with one of the parameters passed to the filter.

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

This exception is thrown when the specification of
a search filter is invalid.  The expression of the filter may
be invalid, or there may be a problem with one of the parameters
passed to the filter.

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

->invalid-search-filter-exceptionclj

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

Constructor.

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

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

Constructor.

Constructs a new instance of InvalidSearchFilterException
 with an explanation. All other fields are 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