com.ksyun.ks3.exception.client.ClientFileNotFoundException Maven / Gradle / Ivy
package com.ksyun.ks3.exception.client;
import com.ksyun.ks3.exception.Ks3ClientException;
/**
* @author lijunwei[[email protected]]
*
* @date 2014年12月3日 下午2:45:50
*
* @description 文件无法找到
**/
public class ClientFileNotFoundException extends Ks3ClientException{
public ClientFileNotFoundException(Throwable t) {
super(t);
// TODO Auto-generated constructor stub
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy