Class UnsupportedFilterException

  • All Implemented Interfaces:
    Serializable

    public class UnsupportedFilterException
    extends RuntimeException
    implements Serializable
    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()
      • UnsupportedFilterException

        public UnsupportedFilterException​(String message)
      • UnsupportedFilterException

        public UnsupportedFilterException​(Exception cause)
      • UnsupportedFilterException

        public UnsupportedFilterException​(String message,
                                          Exception cause)