com.ksyun.ks3.exception.serviceside.InvalidEncryptionAlgorithmException Maven / Gradle / Ivy
package com.ksyun.ks3.exception.serviceside;
import com.ksyun.ks3.exception.Ks3ServiceException;
/**
* @author lijunwei[[email protected]]
*
* @date 2014年11月7日 下午12:58:59
*
* @description 无效的指定加密算法
**/
public class InvalidEncryptionAlgorithmException extends Ks3ServiceException {
/**
*
*/
private static final long serialVersionUID = -7147165358072458522L;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy