Class ReferencedEntityDeletionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.fulfillment.service.exception.ReferencedEntityDeletionException
All Implemented Interfaces:
Serializable

public class ReferencedEntityDeletionException extends RuntimeException
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 Details

    • ReferencedEntityDeletionException

      public ReferencedEntityDeletionException(String message)