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

org.onetwo.common.jackson.exception.JsonException Maven / Gradle / Ivy

There is a newer version: 5.2.7
Show newest version
package org.onetwo.common.jackson.exception;

import org.onetwo.common.exception.BaseException;

/*********
 * 
 * @author wayshall
 *
 */
public class JsonException extends BaseException {

	

	public JsonException() {
		super();
	} 


	public JsonException(String msg, Throwable cause) {
		super(msg, cause);
	}


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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy