public class AllowedDaysInRestingPerYearException extends CRMValidationException
Constructor and Description |
---|
AllowedDaysInRestingPerYearException(com.crm.businessobject.CRMSession crmSession,
java.lang.Integer maxNumberOfDaysInResting,
java.lang.String startingFrom,
java.lang.String labelValue,
java.lang.Integer numberOfDaysInResting)
You can only rest for %1 day(s) starting from %2 (%3).
|
fillInStackTrace, getDetailMessage, printStackTrace
getCode, getDescription, getErrorParameters, getExpression, getMessage, setMessage
public AllowedDaysInRestingPerYearException(com.crm.businessobject.CRMSession crmSession, java.lang.Integer maxNumberOfDaysInResting, java.lang.String startingFrom, java.lang.String labelValue, java.lang.Integer numberOfDaysInResting) throws java.lang.Exception
crmSession
- - the session objectmaxNumberOfDaysInResting
- - the maximum number of days in restingstartingFrom
- - the starting from threshold used to count the days in restinglabelValue
- - the value of the labelnumberOfDaysInResting
- - the number of days in restingjava.lang.Exception