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

cn.gjing.SmsException Maven / Gradle / Ivy

There is a newer version: 1.1.4
Show newest version
package cn.gjing;

/**
 * @author Gjing
 * 短信异常
 **/
class SmsException extends RuntimeException {
    public SmsException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy