com.ksyun.ks3.exception.serviceside.InvalidAuthorizationStringException Maven / Gradle / Ivy
package com.ksyun.ks3.exception.serviceside;
import com.ksyun.ks3.exception.Ks3ServiceException;
/**
* @author lijunwei[[email protected]]
*
* @date 2014年11月7日 下午12:56:33
*
* @description 无效的验证字符串
**/
public class InvalidAuthorizationStringException extends Ks3ServiceException {
/**
*
*/
private static final long serialVersionUID = -3862294395668547560L;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy