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

cn.gjing.OssException Maven / Gradle / Ivy

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

/**
 * @author Gjing
 **/
 class OssException extends RuntimeException {
    OssException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy