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

net_io.utils.JSONException Maven / Gradle / Ivy

The newest version!
package net_io.utils;

public class JSONException extends Exception {
	private static final long serialVersionUID = 582832319205419694L;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy