Class OptimisticLockMaxRetryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.broadleafcommerce.common.exception.OptimisticLockMaxRetryException
All Implemented Interfaces:
Serializable

public class OptimisticLockMaxRetryException extends RuntimeException
To be thrown when an optimistic lock is being used to update an entity and the maximum retry count is reached, causing the update to be aborted.
Author:
Philip Baggett (pbaggett)
See Also:
  • Constructor Details

    • OptimisticLockMaxRetryException

      public OptimisticLockMaxRetryException()
    • OptimisticLockMaxRetryException

      public OptimisticLockMaxRetryException(String message)
    • OptimisticLockMaxRetryException

      public OptimisticLockMaxRetryException(String message, Throwable cause)
    • OptimisticLockMaxRetryException

      public OptimisticLockMaxRetryException(Throwable cause)
    • OptimisticLockMaxRetryException

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