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
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExistingContentItemsException
public ExistingContentItemsException() -
ExistingContentItemsException
-