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

com.firefly.utils.json.exception.JsonException Maven / Gradle / Ivy

There is a newer version: 5.0.2
Show newest version
package com.firefly.utils.json.exception;

public class JsonException extends RuntimeException {

	private static final long serialVersionUID = -6018684860739376818L;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy