public class InvalidVoucherProductException extends CRMValidationException
Constructor and Description |
---|
InvalidVoucherProductException(com.crm.businessobject.CRMSession crmSession,
java.lang.String value1,
java.lang.String value2)
Voucher %1 %2 is not allowed based on the voucher type.
|
getCode, getDescription, getErrorParameters, getExpression, getMessage, setMessage, setMessage
public InvalidVoucherProductException(com.crm.businessobject.CRMSession crmSession, java.lang.String value1, java.lang.String value2) throws java.lang.Exception
crmSession
- - the session objectvalue1
- - the first exception valuevalue2
- - the second exception valuejava.lang.Exception