Class ExistingContentItemsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.content.web.endpoint.exception.ExistingContentItemsException
All Implemented Interfaces:
Serializable

public class ExistingContentItemsException extends RuntimeException
This exception is thrown when a content model is attempted to be deleted (or more accurately, archived), but has unarchived content items. Ideally, the content items should be archived first before archiving the content model.
Author:
juliap
See Also:
  • Constructor Details

    • ExistingContentItemsException

      public ExistingContentItemsException()
    • ExistingContentItemsException

      public ExistingContentItemsException(String message)