Class LowStockException
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
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ProductLowStockException
Thrown when there is insufficient stock at a warehouse.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLowStockException(String message) LowStockException(String message, String reason) LowStockException(String message, String reason, String subject) LowStockException(String message, String reason, String subject, Throwable cause) LowStockException(String message, String reason, Throwable cause) -
Method Summary
Methods 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
-
Field Details
-
NO_STOCK
- See Also:
-
LOW_STOCK
- See Also:
-
-
Constructor Details
-
LowStockException
-
LowStockException
-
LowStockException
-
LowStockException
-
LowStockException
-
-
Method Details
-
getType
- Specified by:
getTypein classWebserviceException
-
getSubjectType
- Specified by:
getSubjectTypein classWebserviceException
-