Class InvalidCategoryTypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.broadleafcommerce.catalog.web.endpoint.exception.InvalidCategoryTypeException
All Implemented Interfaces:
Serializable

public class InvalidCategoryTypeException extends Exception
Error thrown when an operation is performed on a category with an incompatible product membership type. For example, listing all of the products of a category is not a valid operation for a CategoryProductMembershipType.RULE_BASED category.
Author:
Samarth Dhruva (samarthd)
See Also:
  • Constructor Details

    • InvalidCategoryTypeException

      public InvalidCategoryTypeException()
    • InvalidCategoryTypeException

      public InvalidCategoryTypeException(String message)