public class MaxAllowedCreditLimitForKYCProfileExceededException extends CRMValidationException
Constructor and Description |
---|
MaxAllowedCreditLimitForKYCProfileExceededException(com.crm.businessobject.CRMSession crmSession,
java.lang.String profile,
java.lang.String amount)
Maximum allowed credit limit for %1 KYC profile is %2.
|
getCode, getDescription, getErrorParameters, getExpression, getMessage, setMessage, setMessage
public MaxAllowedCreditLimitForKYCProfileExceededException(com.crm.businessobject.CRMSession crmSession, java.lang.String profile, java.lang.String amount) throws java.lang.Exception
crmSession
- - the session objectprofile
- - the KYC profileamount
- - the maximum allowed credit limit amountjava.lang.Exception