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

io.github.kits.exception.JsonParseException Maven / Gradle / Ivy

The newest version!
package io.github.kits.exception;

/**
 * @project: kits
 * @created: with IDEA
 * @author: whimthen
 * @date: 2019-03-05-11:29 | March. Tuesday
 */
public class JsonParseException extends RuntimeException {

	public JsonParseException(String message) {
		super(message);
	}

	public JsonParseException(Throwable throwable) {
		super(throwable);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy