Class FilterByClassificationAttributeNotSupportedException

All Implemented Interfaces:
Serializable

public class FilterByClassificationAttributeNotSupportedException extends FilterNotSupportedException
An exception indicating that filtering using a classification attribute is not supported.
See Also:
  • Constructor Details

    • FilterByClassificationAttributeNotSupportedException

      public FilterByClassificationAttributeNotSupportedException(IntegrationObjectItemClassificationAttributeModel attr)
      Instantiates the exception
      Parameters:
      attr - The classification attribute used in a search filter condition.
  • Method Details

    • getAttribute

      Retrieves definition of the attribute that was attempted to be used in the filter condition.
      Returns:
      classification attribute that was attempted to be used in the filter condition; or more accurately, the attribute model passed into the constructor.