Package org.adempiere.exceptions
Class NegativeInventoryDisallowedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.adempiere.exceptions.AdempiereException
org.adempiere.exceptions.NegativeInventoryDisallowedException
- All Implemented Interfaces:
Serializable
Exception for negative on hand quantity
- Author:
- hengsin
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNegativeInventoryDisallowedException(Properties ctx, int M_Warehouse_ID, int M_Product_ID, int M_AttributeSetInstance_ID, int M_Locator_ID, BigDecimal QtyOnHand, BigDecimal MovementQty) -
Method Summary
Modifier and TypeMethodDescriptionintintintintMethods inherited from class org.adempiere.exceptions.AdempiereException
getCtx, getLocalizedMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NegativeInventoryDisallowedException
public NegativeInventoryDisallowedException(Properties ctx, int M_Warehouse_ID, int M_Product_ID, int M_AttributeSetInstance_ID, int M_Locator_ID, BigDecimal QtyOnHand, BigDecimal MovementQty) - Parameters:
ctx-M_Warehouse_ID-M_Product_ID-M_AttributeSetInstance_ID-M_Locator_ID-QtyOnHand-MovementQty-
-
-
Method Details
-
getM_Warehouse_ID
public int getM_Warehouse_ID() -
getM_Product_ID
public int getM_Product_ID() -
getM_AttributeSetInstance_ID
public int getM_AttributeSetInstance_ID() -
getM_Locator_ID
public int getM_Locator_ID() -
getQtyOnHand
-
getMovementQty
-