com.ksyun.ks3.exception.serviceside.MissingDateHeaderException Maven / Gradle / Ivy
package com.ksyun.ks3.exception.serviceside;
import com.ksyun.ks3.exception.Ks3ServiceException;
/**
* @author lijunwei[[email protected]]
*
* @date 2014年11月7日 下午1:03:35
*
* @description 头信息中缺少data
**/
public class MissingDateHeaderException extends Ks3ServiceException {
/**
*
*/
private static final long serialVersionUID = -565100558829541781L;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy