Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FilterParseException

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

        public FilterParseException​(ResultCode code,
                                    java.lang.Throwable e)
        Creates a new filter parse exception.
        Parameters:
        code - result code describing this exception
        e - 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 exception
        msg - describing this exception
        e - underlying exception