Class FilterParseException

All Implemented Interfaces:
Serializable

public class FilterParseException extends LdapException
Exception that indicates an invalid filter string.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      serialVersionUID.
      See Also:
  • Constructor Details

    • FilterParseException

      public FilterParseException(ResultCode code, String msg)
      Creates a new filter parse exception.
      Parameters:
      code - result code describing this exception
      msg - describing this exception
    • FilterParseException

      public FilterParseException(ResultCode code, Throwable e)
      Creates a new filter parse exception.
      Parameters:
      code - result code describing this exception
      e - underlying exception
    • FilterParseException

      public FilterParseException(ResultCode code, String msg, Throwable e)
      Creates a new filter parse exception.
      Parameters:
      code - result code describing this exception
      msg - describing this exception
      e - underlying exception