Class ConflictingEntityException

  • All Implemented Interfaces:
    Serializable

    public class ConflictingEntityException
    extends RuntimeException
    Thrown when the entity cannot be saved due to a conflict with the corresponding object in the database, e.g. because the object that should be created already exists, or the object to be updated has conflicting changes.
    See Also:
    Serialized Form
    • Constructor Detail

      • ConflictingEntityException

        public ConflictingEntityException()
      • ConflictingEntityException

        public ConflictingEntityException​(String message,
                                          Throwable cause)
      • ConflictingEntityException

        public ConflictingEntityException​(String message)
      • ConflictingEntityException

        public ConflictingEntityException​(Throwable cause)