public class InvalidJobTypeBillingTermSchemeException extends CRMValidationException
Constructor and Description |
---|
InvalidJobTypeBillingTermSchemeException(com.crm.businessobject.CRMSession crmSession,
java.lang.String value1,
java.lang.String value2)
Billing term scheme with code %1 is disallowed for job type %2
|
InvalidJobTypeBillingTermSchemeException(com.crm.businessobject.CRMSession crmSession,
java.lang.String value1,
java.lang.String value1Purpose,
java.lang.String value2)
Billing term scheme with code %1 %2 is disallowed for job type %3
|
getCode, getDescription, getErrorParameters, getExpression, getMessage, setMessage, setMessage
public InvalidJobTypeBillingTermSchemeException(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
public InvalidJobTypeBillingTermSchemeException(com.crm.businessobject.CRMSession crmSession, java.lang.String value1, java.lang.String value1Purpose, java.lang.String value2)
crmSession
- - the session objectvalue1
- - the first exception valuevalue1Purpose
- - the first exception purpose valuevalue2
- - the second exception value