All Packages Class Hierarchy This Package Previous Next Index
Class java.naming.directory.InvalidSearchFilterException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.naming.NamingException
|
+----java.naming.directory.DSException
|
+----java.naming.directory.InvalidSearchFilterException
- public class InvalidSearchFilterException
- extends DSException
InvalidSearchFilterException 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.
-
InvalidSearchFilterException()
- Constructs a new instance of InvalidSearchFilterException.
-
InvalidSearchFilterException(String)
- Constructs a new instance of InvalidSearchFilterException
with more detail.
InvalidSearchFilterException
public InvalidSearchFilterException()
- Constructs a new instance of InvalidSearchFilterException.
InvalidSearchFilterException
public InvalidSearchFilterException(String msg)
- Constructs a new instance of InvalidSearchFilterException
with more detail.
- Parameters:
- msg - Detail about this exception.
All Packages Class Hierarchy This Package Previous Next Index