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

clarifai2.exception.ClarifaiClientClosedException Maven / Gradle / Ivy

The newest version!
package clarifai2.exception;

public final class ClarifaiClientClosedException extends ClarifaiException {

  public ClarifaiClientClosedException(String message) {
    super(message);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy