public class InBindingCancellationException extends CRMValidationException
Constructor and Description |
---|
InBindingCancellationException(com.crm.businessobject.CRMSession crmSession,
java.lang.String entityCannotBeCancelled,
java.lang.Integer timeUnit,
com.crm.framework.util.UnitOfTime unitOfTime,
com.crm.dataobject.billing.BillingTermDefinitionBindingCancelRuleDateOption cancellationRuleEndDate)
%1 %2 cannot be cancelled.
|
InBindingCancellationException(com.crm.businessobject.CRMSession crmSession,
java.lang.String entityCannotBeCancelled,
java.lang.String entityValue,
java.lang.Integer timeUnit,
com.crm.framework.util.UnitOfTime unitOfTime,
com.crm.dataobject.billing.BillingTermDefinitionBindingCancelRuleDateOption cancellationRuleEndDate)
%1 %2 cannot be cancelled.
|
fillInStackTrace, getDetailMessage, printStackTrace
getCode, getDescription, getErrorParameters, getExpression, getMessage, setMessage
public InBindingCancellationException(com.crm.businessobject.CRMSession crmSession, java.lang.String entityCannotBeCancelled, java.lang.Integer timeUnit, com.crm.framework.util.UnitOfTime unitOfTime, com.crm.dataobject.billing.BillingTermDefinitionBindingCancelRuleDateOption cancellationRuleEndDate) throws java.lang.Exception
crmSession
- - the session objectentityCannotBeCancelled
- - the entity that cannot be cancelled. It can be either the hole subscription or a subscription service of the subscription.timeUnit
- - the time unit to calculate the allowed cancel dateunitOfTime
- - the unit of time to calculate the allowed cancel datecancellationRuleEndDate
- - an enum indicates the date of the subscription that will be checked.java.lang.Exception
public InBindingCancellationException(com.crm.businessobject.CRMSession crmSession, java.lang.String entityCannotBeCancelled, java.lang.String entityValue, java.lang.Integer timeUnit, com.crm.framework.util.UnitOfTime unitOfTime, com.crm.dataobject.billing.BillingTermDefinitionBindingCancelRuleDateOption cancellationRuleEndDate) throws java.lang.Exception
crmSession
- - the session objectentityCannotBeCancelled
- - the entity that cannot be cancelled. It can be either the hole subscription or a subscription service of the subscription.entityValue
- - the entity valuetimeUnit
- - the time unit to calculate the allowed cancel dateunitOfTime
- - the unit of time to calculate the allowed cancel datecancellationRuleEndDate
- - an enum indicates the date of the subscription that will be checked.java.lang.Exception