Class InvalidCategoryDeleteException

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

public class InvalidCategoryDeleteException extends Exception
Exception thrown when attempting to delete a parent Category which still contains children.
See Also:
  • Constructor Details

    • InvalidCategoryDeleteException

      public InvalidCategoryDeleteException(String message)