Class InventoryNotReservedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.broadleafcommerce.inventory.exception.InventoryNotReservedException
- All Implemented Interfaces:
Serializable
Exception to indicate when inventory was not already reserved, so it could not be fulfilled.
- See Also:
-
Constructor Summary
ConstructorDescriptionInventoryNotReservedException
(String message) InventoryNotReservedException
(String message, Throwable cause) InventoryNotReservedException
(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
-
InventoryNotReservedException
public InventoryNotReservedException() -
InventoryNotReservedException
-
InventoryNotReservedException
-
InventoryNotReservedException
-
InventoryNotReservedException
-