public class MaxNumberOfRowsPerImportFileExitedException extends CRMValidationException
Constructor and Description |
---|
MaxNumberOfRowsPerImportFileExitedException(com.crm.businessobject.CRMSession crmSession,
java.lang.String maxNumberOfRows)
You are not allowed to import a file with more than %1 rows.
|
getCode, getDescription, getErrorParameters, getExpression, getMessage, setMessage
public MaxNumberOfRowsPerImportFileExitedException(com.crm.businessobject.CRMSession crmSession, java.lang.String maxNumberOfRows) throws java.lang.Exception
crmSession
- - the session objectmaxNumberOfRows
- - the maximum number of rows you allow to have in the import filejava.lang.Exception