public class AccessTokensNumberPerClassificationException extends CRMValidationException
Constructor and Description |
---|
AccessTokensNumberPerClassificationException(com.crm.businessobject.CRMSession crmSession,
java.lang.String value1,
java.lang.String value2,
java.lang.String value3)
Number of Access Tokens with classification %1 should be at least %2 and maximum %3 according to the active access token definition.
|
getCode, getDescription, getErrorParameters, getExpression, getMessage, setMessage, setMessage
public AccessTokensNumberPerClassificationException(com.crm.businessobject.CRMSession crmSession, java.lang.String value1, java.lang.String value2, java.lang.String value3) throws java.lang.Exception
crmSession
- - the session objectvalue1
- - the first exception valuevalue2
- - the second exception valuevalue3
- - the third exception valuejava.lang.Exception