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

goja.rapid.baidu.BaiduException Maven / Gradle / Ivy

The newest version!
package goja.rapid.baidu;

/**
 * 

* * @author sog * @version 1.0 * @since JDK 1.6 */ public class BaiduException extends Throwable { private static final long serialVersionUID = 6487824365319364634L; public BaiduException() { super(); } public BaiduException(String message, Throwable cause) { super(message, cause); } public BaiduException(String message) { super(message); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy