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

com.clarifai.channel.ClarifaiException Maven / Gradle / Ivy

The newest version!
package com.clarifai.channel;

public class ClarifaiException extends RuntimeException {
  public ClarifaiException(String message) {
    super(message);
  }

  public ClarifaiException(Exception ex) {
    super(ex);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy