java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.persistence.PersistenceException
jakarta.persistence.OptimisticLockException
io.ebean.SerializableConflictException
- All Implemented Interfaces:
Serializable
public class SerializableConflictException
extends jakarta.persistence.OptimisticLockException
Thrown at SERIALIZABLE isolation level for non-recoverable concurrent conflict.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSerializableConflictException
(String message, Throwable cause) Create with a message and cause. -
Method Summary
Methods inherited from class jakarta.persistence.OptimisticLockException
getEntity
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SerializableConflictException
Create with a message and cause.
-