Class ReferencedEntityDeletionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.fulfillment.service.exception.ReferencedEntityDeletionException
- All Implemented Interfaces:
Serializable
Thrown when an entity cannot be deleted because it is still referenced by other entities.
Used to enforce referential integrity, such as when a
JpaFulfillmentOrigin is still
linked to
JpaFulfillmentCalculatorConfig.
- 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
-
ReferencedEntityDeletionException
-