com.ksyun.ks3.exception.serviceside.NotSignedUpException Maven / Gradle / Ivy
package com.ksyun.ks3.exception.serviceside;
import com.ksyun.ks3.exception.Ks3ServiceException;
/**
* @author lijunwei[[email protected]]
* @date 2014年11月7日 上午10:39:47
* @description Your account is not signed up for the KS3 service. You must sign up before you can use KS3. You can sign up at the following URL: http://ks3.ksyun.com/
**/
public class NotSignedUpException extends Ks3ServiceException{
private static final long serialVersionUID = 2177914202944479049L;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy