Package org.adempiere.exceptions
Class TaxForChangeNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.adempiere.exceptions.AdempiereException
org.adempiere.exceptions.TaxForChangeNotFoundException
- All Implemented Interfaces:
Serializable
Throw when tax not found for a given charge
- Author:
- Teo Sarca, www.arhipac.ro
- FR [ 2758097 ] Implement TaxNotFoundException
- See Also:
-
Constructor Summary
ConstructorDescriptionTaxForChangeNotFoundException
(int C_Charge_ID, int AD_Org_ID, int M_Warehouse_ID, int billC_BPartner_Location_ID, int shipC_BPartner_Location_ID, String additionalMsg) -
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 Details
-
TaxForChangeNotFoundException
public TaxForChangeNotFoundException(int C_Charge_ID, int AD_Org_ID, int M_Warehouse_ID, int billC_BPartner_Location_ID, int shipC_BPartner_Location_ID, String additionalMsg) - Parameters:
C_Charge_ID
-AD_Org_ID
-M_Warehouse_ID
-billC_BPartner_Location_ID
-shipC_BPartner_Location_ID
-additionalMsg
-
-