com.recombee.api_client.exceptions.ApiException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of api-client Show documentation
Show all versions of api-client Show documentation
A client library for easy use of the Recombee recommendation API
package com.recombee.api_client.exceptions;
/**
* Base class for exceptions that occur because of errors in requests reported by API or because of a timeout
*/
public class ApiException extends Exception {
public ApiException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy