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:
    Serialized Form
    • Constructor Detail

      • ConcurrentUpdateException

        public ConcurrentUpdateException()
      • ConcurrentUpdateException

        public ConcurrentUpdateException​(String message)
      • ConcurrentUpdateException

        public ConcurrentUpdateException​(String message,
                                         Throwable cause)
      • ConcurrentUpdateException

        public ConcurrentUpdateException​(Throwable cause)