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
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 Summary
Constructors Constructor Description ConflictingEntityException()
ConflictingEntityException(String message)
ConflictingEntityException(String message, Throwable cause)
ConflictingEntityException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-