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

com.recombee.api_client.exceptions.ApiException Maven / Gradle / Ivy

There is a newer version: 4.1.5
Show newest version
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