Class 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 Details

    • ConflictException

      public ConflictException()
    • ConflictException

      public ConflictException(String message)
    • ConflictException

      public ConflictException(String message, Throwable cause)
    • ConflictException

      public ConflictException(Throwable cause)
    • ConflictException

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