Class ProductLowStockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.webservicescommons.errors.exceptions.WebserviceException
de.hybris.platform.commercewebservicescommons.errors.exceptions.LowStockException
de.hybris.platform.commercewebservicescommons.errors.exceptions.ProductLowStockException
- All Implemented Interfaces:
Serializable
Thrown when there is insufficient stock at a warehouse.
- See Also:
-
Field Summary
Fields inherited from class de.hybris.platform.commercewebservicescommons.errors.exceptions.LowStockException
LOW_STOCK, NO_STOCK -
Constructor Summary
ConstructorsConstructorDescriptionProductLowStockException(String message) ProductLowStockException(String message, String reason) ProductLowStockException(String message, String reason, String subject) ProductLowStockException(String message, String reason, String subject, Throwable cause) ProductLowStockException(String message, String reason, Throwable cause) -
Method Summary
Methods inherited from class de.hybris.platform.commercewebservicescommons.errors.exceptions.LowStockException
getTypeMethods inherited from class de.hybris.platform.webservicescommons.errors.exceptions.WebserviceException
getReason, getSubjectMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProductLowStockException
-
ProductLowStockException
-
ProductLowStockException
-
ProductLowStockException
-
ProductLowStockException
-
-
Method Details
-
getSubjectType
- Overrides:
getSubjectTypein classLowStockException
-