com.barcke.y.baidu.component.exception.BaiduParamsException Maven / Gradle / Ivy
The newest version!
package com.barcke.y.baidu.component.exception;
/**
* ,;,,;
* ,;;'( 社
* __ ,;;' ' \ 会
* /' '\'~~'~' \ /'\.) 主
* ,;( ) / |. 义
*,;' \ /-.,,( ) \ 码
* ) / ) / )| 农
* || || \)
* (_\ (_\
*
* @author Barcke
* @version 1.0
**/
public class BaiduParamsException extends RuntimeException {
public BaiduParamsException(){
}
public BaiduParamsException(String msg){
super(msg);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy