com.intesens.kinto_http.KintoException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kinto-http-java Show documentation
Show all versions of kinto-http-java Show documentation
A Java client for the Kinto json store
package com.intesens.kinto_http;
/**
* Created by amalle on 16/09/16.
*/
public class KintoException extends Exception {
public KintoException(String message) {
super(message);
}
}