Class OptimisticLockMaxRetryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.broadleafcommerce.common.exception.OptimisticLockMaxRetryException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionOptimisticLockMaxRetryException
(String message) OptimisticLockMaxRetryException
(String message, Throwable cause) OptimisticLockMaxRetryException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OptimisticLockMaxRetryException
public OptimisticLockMaxRetryException() -
OptimisticLockMaxRetryException
-
OptimisticLockMaxRetryException
-
OptimisticLockMaxRetryException
-
OptimisticLockMaxRetryException
-