Class InventoryNotReservedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.broadleafcommerce.inventory.exception.InventoryNotReservedException
-
- All Implemented Interfaces:
Serializable
public class InventoryNotReservedException extends Exception
Exception to indicate when inventory was not already reserved, so it could not be fulfilled.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InventoryNotReservedException()
InventoryNotReservedException(String message)
InventoryNotReservedException(String message, Throwable cause)
InventoryNotReservedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
InventoryNotReservedException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InventoryNotReservedException
public InventoryNotReservedException()
-
InventoryNotReservedException
public InventoryNotReservedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
InventoryNotReservedException
public InventoryNotReservedException(String message, Throwable cause)
-
InventoryNotReservedException
public InventoryNotReservedException(String message)
-
InventoryNotReservedException
public InventoryNotReservedException(Throwable cause)
-
-