Class TaxNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class TaxNotFoundException
    extends AdempiereException
    Throw by Tax Engine where no tax found for given criteria
    Author:
    Teo Sarca, www.arhipac.ro
  • FR [ 2758097 ] Implement TaxNotFoundException
  • See Also:
    Serialized Form
    • Constructor Detail

      • 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)