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
public class TaxForChangeNotFoundException extends AdempiereException
Throw when tax not found for given charge- Author:
- Teo Sarca, www.arhipac.ro
- FR [ 2758097 ] Implement TaxNotFoundException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description 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)
-
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
-
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)
-
-