Class MongoConcurrentUtils.OptimistcException
java.lang.Object
java.lang.Throwable
java.lang.Exception
dev.getelements.elements.dao.mongo.MongoConcurrentUtils.OptimistcException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MongoConcurrentUtils.ConflictException
,MongoConcurrentUtils.ContentionException
- Enclosing class:
MongoConcurrentUtils
General exception type for a failure of an Optimistic operation.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOptimistcException
(String message) OptimistcException
(String message, Throwable cause) OptimistcException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) OptimistcException
(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
-
OptimistcException
public OptimistcException() -
OptimistcException
-
OptimistcException
-
OptimistcException
-
OptimistcException
-