Class ConcurrentUpdateException

All Implemented Interfaces:
Serializable

public class ConcurrentUpdateException extends NuxeoException
An exception thrown if a concurrent update was detected.

Helpful for callers that may want to retry things.

Since:
5.8
See Also:
  • Constructor Details

    • ConcurrentUpdateException

      public ConcurrentUpdateException()
    • ConcurrentUpdateException

      public ConcurrentUpdateException(String message)
    • ConcurrentUpdateException

      public ConcurrentUpdateException(String message, Throwable cause)
    • ConcurrentUpdateException

      public ConcurrentUpdateException(Throwable cause)