Package org.adempiere.exceptions
Class WarehouseLocatorConflictException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.adempiere.exceptions.AdempiereException
-
- org.adempiere.exceptions.WarehouseLocatorConflictException
-
- All Implemented Interfaces:
Serializable
public class WarehouseLocatorConflictException extends AdempiereException
Throwed when a document warehouse does not match with document or document line locator.- Author:
- Teo Sarca, www.arhipac.ro
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WarehouseLocatorConflictException(I_M_Warehouse wh, I_M_Locator locator, int lineNo)
-
Method Summary
-
Methods inherited from class org.adempiere.exceptions.AdempiereException
getCtx, getLocalizedMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
WarehouseLocatorConflictException
public WarehouseLocatorConflictException(I_M_Warehouse wh, I_M_Locator locator, int lineNo)
- Parameters:
wh
- warehouselocator
- locatorlineNo
- Document Line#
-
-