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

net.nemerosa.httpclient.json.JsonClientMappingException Maven / Gradle / Ivy

The newest version!
package net.nemerosa.httpclient.json;

import net.nemerosa.httpclient.ClientException;

import java.io.IOException;

public class JsonClientMappingException extends ClientException {
    public JsonClientMappingException(IOException e) {
        super(e, "Cannot parse JSON");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy