javax.naming.directory
public class: InvalidSearchFilterException [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.naming.NamingException
javax.naming.directory.InvalidSearchFilterException
All Implemented Interfaces:
Serializable
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.
- author:
Rosanna - Lee
- author:
Scott - Seligman
- since:
1.3 -
| Methods from javax.naming.NamingException: |
|---|
|
appendRemainingComponent, appendRemainingName, getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, initCause, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString |
| Methods from java.lang.Throwable: |
|---|
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods from java.lang.Object: |
|---|
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |