Class CustomOptimisticLockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.subscription.job.exception.CustomOptimisticLockException
- All Implemented Interfaces:
Serializable
Exception that signifies that a version mismatch has taken place
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCustomOptimisticLockException(String message) CustomOptimisticLockException(String message, Throwable throwable) CustomOptimisticLockException(Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CustomOptimisticLockException
public CustomOptimisticLockException() -
CustomOptimisticLockException
-
CustomOptimisticLockException
-
CustomOptimisticLockException
-