Package org.adempiere.exceptions
Class NegativeAvailableInventoryDisallowedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.adempiere.exceptions.AdempiereException
org.adempiere.exceptions.NegativeAvailableInventoryDisallowedException
- All Implemented Interfaces:
Serializable
- Author:
- vitor.santos DEVCOFFEE #18821
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNegativeAvailableInventoryDisallowedException(Properties ctx, int M_Warehouse_ID, int M_Product_ID, int M_AttributeSetInstance_ID, BigDecimal QtyAvailable) -
Method Summary
Modifier and TypeMethodDescriptionintintintMethods 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
-
NegativeAvailableInventoryDisallowedException
public NegativeAvailableInventoryDisallowedException(Properties ctx, int M_Warehouse_ID, int M_Product_ID, int M_AttributeSetInstance_ID, BigDecimal QtyAvailable)
-
-
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() -
QtyAvailable
-
getMovementQty
-