Package org.adempiere.exceptions
Class NoVendorForProductException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.adempiere.exceptions.AdempiereException
-
- org.adempiere.exceptions.NoVendorForProductException
-
- All Implemented Interfaces:
Serializable
public class NoVendorForProductException extends AdempiereException
Throwed when there is no Vendor Info for given Product.- Author:
- Teo Sarca, www.arhipac.ro
- FR [ 2457781 ] Introduce NoVendorForProductException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoVendorForProductException(String productName)
-
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
-
NoVendorForProductException
public NoVendorForProductException(String productName)
- Parameters:
productName
- M_Product Name
-
-