com.ksyun.ks3.exception.serviceside.FormUnmatchPolicyException Maven / Gradle / Ivy
package com.ksyun.ks3.exception.serviceside;
import com.ksyun.ks3.exception.Ks3ServiceException;
/**
* @author lijunwei[[email protected]]
*
* @date 2014年11月7日 下午1:09:37
*
* @description 表单中的内容和policy不匹配
**/
public class FormUnmatchPolicyException extends Ks3ServiceException {
/**
*
*/
private static final long serialVersionUID = -8603858430772921335L;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy