Package org.adempiere.exceptions
Class TaxNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.adempiere.exceptions.AdempiereException
org.adempiere.exceptions.TaxNotFoundException
- All Implemented Interfaces:
Serializable
Throw by Tax Engine where no tax found for given criteria
- Author:
- Teo Sarca, www.arhipac.ro
- FR [ 2758097 ] Implement TaxNotFoundException
- See Also:
-
Constructor Summary
ConstructorDescriptionTaxNotFoundException
(int C_TaxCategory_ID, boolean IsSOTrx, Timestamp shipDate, int shipFromC_Location_ID, int shipToC_Location_ID, Timestamp billDate, int billFromC_Location_ID, int billToC_Location_ID) -
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
-
TaxNotFoundException
public TaxNotFoundException(int C_TaxCategory_ID, boolean IsSOTrx, Timestamp shipDate, int shipFromC_Location_ID, int shipToC_Location_ID, Timestamp billDate, int billFromC_Location_ID, int billToC_Location_ID) - Parameters:
C_TaxCategory_ID
-IsSOTrx
-shipDate
-shipFromC_Location_ID
-shipToC_Location_ID
-billDate
-billFromC_Location_ID
-billToC_Location_ID
-
-