public class InvalidServiceRequestJobProductException extends CRMValidationException
Constructor and Description |
---|
InvalidServiceRequestJobProductException(com.crm.businessobject.CRMSession crmSession,
java.lang.String value1,
java.lang.String value2)
Product %1 is not included in for job %2
|
InvalidServiceRequestJobProductException(com.crm.businessobject.CRMSession crmSession,
java.lang.String codeValue,
java.lang.String nameValue,
java.lang.String value2)
Product %1 ( %2 ) is not included in for job %3
|
getCode, getDescription, getErrorParameters, getExpression, getMessage, setMessage, setMessage
public InvalidServiceRequestJobProductException(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 InvalidServiceRequestJobProductException(com.crm.businessobject.CRMSession crmSession, java.lang.String codeValue, java.lang.String nameValue, java.lang.String value2) throws java.lang.Exception
crmSession
- - the session objectcodeValue
- - the first exception code valuenameValue
- - the first exception name valuevalue2
- - the second exception valuejava.lang.Exception