public class AllowedTimesInShortTermActivationPerYearException extends CRMValidationException
Constructor and Description |
---|
AllowedTimesInShortTermActivationPerYearException(com.crm.businessobject.CRMSession crmSession,
java.lang.Integer maxNumberOfTimesInShortTermActivation,
java.lang.String startingFrom,
java.lang.Integer numberOfTimesInShortTermActivation)
You can only short term activate %1 time(s) starting from %2.
|
fillInStackTrace, getDetailMessage, printStackTrace
getCode, getDescription, getErrorParameters, getExpression, getMessage, setMessage
public AllowedTimesInShortTermActivationPerYearException(com.crm.businessobject.CRMSession crmSession, java.lang.Integer maxNumberOfTimesInShortTermActivation, java.lang.String startingFrom, java.lang.Integer numberOfTimesInShortTermActivation) throws java.lang.Exception
crmSession
- - the session objectmaxNumberOfTimesInShortTermActivation
- - the maximum number of times in short term activationstartingFrom
- - the starting from threshold used to count the times in short term activationnumberOfTimesInShortTermActivation
- - the number of times in short term activationjava.lang.Exception