All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.taobao.api.ApiRuleException Maven / Gradle / Ivy

There is a newer version: 1.8.10
Show newest version
package com.taobao.api;

/**
 * API前置检查异常。
 * 
 * @author fengsheng
 * @since 1.0, May 23, 2012
 */
public class ApiRuleException extends ApiException {

	private static final long serialVersionUID = -7787145910600194272L;

	public ApiRuleException(String errCode, String errMsg) {
		super(errCode, errMsg);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy