Package com.github.mizool.core.exception
Class ConflictingEntityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.mizool.core.exception.ConflictingEntityException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionConflictingEntityException
(String message) ConflictingEntityException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConflictingEntityException
public ConflictingEntityException() -
ConflictingEntityException
-
ConflictingEntityException
-
ConflictingEntityException
-