Package io.jmix.core
Class DeletePolicyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.jmix.core.DeletePolicyException
- All Implemented Interfaces:
Serializable
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 Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
ERR_MESSAGE
- See Also:
-
-
Constructor Details
-
DeletePolicyException
-
-
Method Details
-
getEntity
-
getRefEntity
-