Class UnsupportedFilterException

  • All Implemented Interfaces:
    Serializable

    @Deprecated
    public class UnsupportedFilterException
    extends RuntimeException
    Deprecated.
    As of 8.0, no replacement available. See Query.getFilter()
    Exception for cases where a container does not support a specific type of filters. If possible, this should be thrown already when adding a filter to a container. If a problem is not detected at that point, an UnsupportedOperationException can be throws when attempting to perform filtering.
    Since:
    6.6
    See Also:
    Serialized Form
    • Constructor Detail

      • UnsupportedFilterException

        public UnsupportedFilterException()
        Deprecated.
      • UnsupportedFilterException

        public UnsupportedFilterException​(String message)
        Deprecated.
      • UnsupportedFilterException

        public UnsupportedFilterException​(Exception cause)
        Deprecated.
      • UnsupportedFilterException

        public UnsupportedFilterException​(String message,
                                          Exception cause)
        Deprecated.