Class MongoConcurrentUtils.ConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
dev.getelements.elements.dao.mongo.MongoConcurrentUtils.OptimistcException
dev.getelements.elements.dao.mongo.MongoConcurrentUtils.ConflictException
- All Implemented Interfaces:
Serializable
- Enclosing class:
MongoConcurrentUtils
public static class MongoConcurrentUtils.ConflictException
extends MongoConcurrentUtils.OptimistcException
Thrown when there is too much contention over a particular resource. If an optimistic exception
fails too many times then this exception is raised.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConflictException
(String message) ConflictException
(String message, Throwable cause) ConflictException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) ConflictException
(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
-
ConflictException
public ConflictException() -
ConflictException
-
ConflictException
-
ConflictException
-
ConflictException
-