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

com.barcke.y.baidu.component.exception.BaiduException Maven / Gradle / Ivy

The newest version!
package com.barcke.y.baidu.component.exception;

/**
 *                  ,;,,;
 *                ,;;'(    社
 *      __      ,;;' ' \   会
 *   /'  '\'~~'~' \ /'\.)  主
 * ,;(      )    /  |.     义
 *,;' \    /-.,,(   ) \    码
 *     ) /       ) / )|    农
 *     ||        ||  \)
 *     (_\       (_\
 *
 * @author Barcke
 * @version 1.0
 **/
public class BaiduException extends RuntimeException {

    public BaiduException(){

    }

    public BaiduException(String msg){
        super(msg);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy