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

global.maplink.json.JsonException Maven / Gradle / Ivy

The newest version!
package global.maplink.json;

public class JsonException extends RuntimeException {
    public JsonException(String message, Exception cause) {
        super(message, cause);
    }

    public JsonException(Exception cause) {
        super(cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy