Class MongoConcurrentUtils.ContentionException

All Implemented Interfaces:
Serializable
Enclosing class:
MongoConcurrentUtils

public static class MongoConcurrentUtils.ContentionException extends MongoConcurrentUtils.OptimistcException
Thrown when the operation fails. In the event an MongoConcurrentUtils.CriticalOperation fails because the object has changed, this exception may be raised to re-attempt the operation.
See Also:
  • Constructor Details

    • ContentionException

      public ContentionException()
    • ContentionException

      public ContentionException(String message)
    • ContentionException

      public ContentionException(String message, Throwable cause)
    • ContentionException

      public ContentionException(Throwable cause)
    • ContentionException

      public ContentionException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)