Package org.ldaptive.filter
Class FilterParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.ldaptive.LdapException
-
- org.ldaptive.filter.FilterParseException
-
- All Implemented Interfaces:
java.io.Serializable
public class FilterParseException extends LdapException
Exception that indicates an invalid filter string.- Author:
- Middleware Services
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FilterParseException(ResultCode code, java.lang.String msg)
Creates a new filter parse exception.FilterParseException(ResultCode code, java.lang.String msg, java.lang.Throwable e)
Creates a new filter parse exception.FilterParseException(ResultCode code, java.lang.Throwable e)
Creates a new filter parse exception.
-
Method Summary
-
Methods inherited from class org.ldaptive.LdapException
formatResult, getResultCode
-
-
-
-
Constructor Detail
-
FilterParseException
public FilterParseException(ResultCode code, java.lang.String msg)
Creates a new filter parse exception.- Parameters:
code
- result code describing this exceptionmsg
- describing this exception
-
FilterParseException
public FilterParseException(ResultCode code, java.lang.Throwable e)
Creates a new filter parse exception.- Parameters:
code
- result code describing this exceptione
- underlying exception
-
FilterParseException
public FilterParseException(ResultCode code, java.lang.String msg, java.lang.Throwable e)
Creates a new filter parse exception.- Parameters:
code
- result code describing this exceptionmsg
- describing this exceptione
- underlying exception
-
-