org.broadleafcommerce.inventory.exception
Class ConcurrentInventoryModificationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.broadleafcommerce.inventory.exception.ConcurrentInventoryModificationException
- All Implemented Interfaces:
- Serializable
public class ConcurrentInventoryModificationException
- extends Exception
This is an exception that is thrown in case two threads try to concurrently modify inventory.
It is a friendlier business exception, thrown as a result of an OptimisticLockException.
- Author:
- jfridye
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConcurrentInventoryModificationException
public ConcurrentInventoryModificationException()
ConcurrentInventoryModificationException
public ConcurrentInventoryModificationException(String message,
Throwable cause)
ConcurrentInventoryModificationException
public ConcurrentInventoryModificationException(String message)
ConcurrentInventoryModificationException
public ConcurrentInventoryModificationException(Throwable cause)
Copyright © 2013. All Rights Reserved.