Package org.adempiere.exceptions
Class NoUOMConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.adempiere.exceptions.AdempiereException
org.adempiere.exceptions.NoUOMConversionException
- All Implemented Interfaces:
Serializable
Any exception that occurs when no UOM conversion rate was found
- Author:
- Teo Sarca, http://www.arhipac.ro
- See Also:
-
Field Summary
-
Constructor Summary
-
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
-
Field Details
-
AD_Message
- See Also:
-
-
Constructor Details
-
NoUOMConversionException
public NoUOMConversionException(int M_Product_ID, int C_UOM_ID, int C_UOM_To_ID) - Parameters:
M_Product_ID
-C_UOM_ID
-C_UOM_To_ID
-
-