com.ksyun.ks3.exception.serviceside.NotFoundException Maven / Gradle / Ivy
package com.ksyun.ks3.exception.serviceside;
import com.ksyun.ks3.exception.Ks3ServiceException;
/**
* @author lijunwei[[email protected]]
*
* @date 2014年11月19日 上午11:00:59
*
* @description 返回404时,若服务端没有指定异常类型,默认抛出的异常
**/
public class NotFoundException extends Ks3ServiceException{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy