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

com.upyun.UpException Maven / Gradle / Ivy

package com.upyun;

public class UpException extends Exception {
    public UpException(String msg) {
        super(msg);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy