All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ksyun.ks3.exception.client.ClientInvalidDigestException Maven / Gradle / Ivy

package com.ksyun.ks3.exception.client;

import com.ksyun.ks3.exception.Ks3ClientException;

/**
 * @author lijunwei[[email protected]]  
 * 
 * @date 2014年11月19日 下午3:00:15
 * 
 * @description 客户端MD5校验出错
 **/
public class ClientInvalidDigestException extends Ks3ClientException{

	public ClientInvalidDigestException(String message) {
		super(message);
		// TODO Auto-generated constructor stub
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy