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

cn.takujo.common_api.exception.HttpException Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
package cn.takujo.common_api.exception;

/**
 * http请求异常 errCode示例:http01
 * 
 * @author wzx
 *
 */
@SuppressWarnings("serial")
public class HttpException extends BaseException {

	public HttpException(String errCode, String errMess) {
		super(errCode, errMess);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy