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

com.qcloud.vod.exception.VodHandleException Maven / Gradle / Ivy

There is a newer version: 2.1.5
Show newest version
package com.qcloud.vod.exception;

/**
 * @author jianguoxu
 * @time 2017/9/5 10:55
 */
public class VodHandleException extends RuntimeException {

    public VodHandleException() {
        super();
    }

    public VodHandleException(String message, String result) {
        super(message + ", result=" + result);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy