Package io.jmix.core

Class DeletePolicyException

All Implemented Interfaces:
Serializable

public class DeletePolicyException extends RuntimeException
Exception that is raised on attempt to soft delete an object, which has linked objects marked with OnDelete annotation with DeletePolicy.DENY value.
See Also:
  • Field Details

  • Constructor Details

    • DeletePolicyException

      public DeletePolicyException(String entity, String refEntity)
  • Method Details

    • getEntity

      public String getEntity()
    • getRefEntity

      public String getRefEntity()