Package org.adempiere.exceptions
Class TaxCriteriaNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.adempiere.exceptions.AdempiereException
-
- org.adempiere.exceptions.TaxCriteriaNotFoundException
-
- All Implemented Interfaces:
Serializable
public class TaxCriteriaNotFoundException extends AdempiereException
Throw when a tax criteria was not found- Author:
- Teo Sarca, www.arhipac.ro
- FR [ 2758097 ] Implement TaxNotFoundException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TaxCriteriaNotFoundException(String criteriaName, int criteria_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 Detail
-
TaxCriteriaNotFoundException
public TaxCriteriaNotFoundException(String criteriaName, int criteria_ID)
-
-