public class AllowedDaysInShortTermActivationPerYearException extends CRMValidationException
Constructor and Description |
---|
AllowedDaysInShortTermActivationPerYearException(com.crm.businessobject.CRMSession crmSession,
java.lang.Integer maxNumberOfDaysInShortTermActivation,
java.lang.String startingFrom,
java.lang.String labelValue,
java.lang.Integer numberOfDaysInShortTermActivation)
You can short term activate only %1 day(s) starting from %2 (%3).
|
fillInStackTrace, getDetailMessage, printStackTrace
getCode, getDescription, getErrorParameters, getExpression, getMessage, setMessage
public AllowedDaysInShortTermActivationPerYearException(com.crm.businessobject.CRMSession crmSession, java.lang.Integer maxNumberOfDaysInShortTermActivation, java.lang.String startingFrom, java.lang.String labelValue, java.lang.Integer numberOfDaysInShortTermActivation) throws java.lang.Exception
crmSession
- - the session objectmaxNumberOfDaysInShortTermActivation
- - the maximum number of days in short term activationstartingFrom
- - the starting from threshold used to count the days in short term activationlabelValue
- - the value of the labelnumberOfDaysInShortTermActivation
- - the number of days in short term activationjava.lang.Exception