| Exception | Description |
|---|---|
| ConcurrentEntityModificationException |
Exception that wraps javax.persistence.OptimisticLockException
|
| DuplicateCollectionEntryException |
Exception that will be thrown if an object is added to a many-to-many association and the object is already a member of this association.
|
| UniqueConstraintViolationException |
Exception that will be thrown if a unique constraint is violated.
|
Copyright © 2016. All rights reserved.