Class ConflictingEntityException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.mizool.core.exception.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:
  • Constructor Details

    • ConflictingEntityException

      public ConflictingEntityException()
    • ConflictingEntityException

      public ConflictingEntityException(String message, Throwable cause)
    • ConflictingEntityException

      public ConflictingEntityException(String message)
    • ConflictingEntityException

      public ConflictingEntityException(Throwable cause)