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

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

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

/**
 * json转换异常 errCode示例: json01
 * 
 * @author wzx
 */
@SuppressWarnings("serial")
public class JsonException extends BaseException {

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy