Class FilterException

  • All Implemented Interfaces:
    Serializable

    public class FilterException
    extends NitriteException
    Exception thrown during find operations due to invalid filter expression.
    Since:
    1.0
    Author:
    Anindya Chatterjee
    See Also:
    Serialized Form
    • Constructor Detail

      • FilterException

        public FilterException​(String message)
        Instantiates a new Filter exception.
        Parameters:
        message - the message
      • FilterException

        public FilterException​(String message,
                               Throwable cause)
        Instantiates a new Filter exception.
        Parameters:
        message - the message
        cause - the cause