Class EntityException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.persistence.PersistenceException
org.fryske_akademy.jpa.EntityException
All Implemented Interfaces:
Serializable

public class EntityException extends jakarta.persistence.PersistenceException
An Exception that tracks the entity that caused the failure, useful for example the combination of EntityListeners and batch operations.
Author:
eduard
See Also: