Package org.idempiere.exceptions
Class NoCurrencyConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.adempiere.exceptions.AdempiereException
org.idempiere.exceptions.NoCurrencyConversionException
- All Implemented Interfaces:
Serializable
Any exception that occurs when no currency conversion rate was found
- Author:
- Teo Sarca, http://www.arhipac.ro
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoCurrencyConversionException(int C_Currency_ID, int C_Currency_ID_To, Timestamp ConvDate, int C_ConversionType_ID, int AD_Client_ID, int AD_Org_ID) -
Method Summary
Methods inherited from class org.adempiere.exceptions.AdempiereException
getCtx, getLocalizedMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoCurrencyConversionException
public NoCurrencyConversionException(int C_Currency_ID, int C_Currency_ID_To, Timestamp ConvDate, int C_ConversionType_ID, int AD_Client_ID, int AD_Org_ID) - Parameters:
C_Currency_ID-C_Currency_ID_To-ConvDate-C_ConversionType_ID-AD_Client_ID-AD_Org_ID-
-