
com.iyzipay.google.cloud.vision.exception.HttpClientException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-cloud-vision Show documentation
Show all versions of google-cloud-vision Show documentation
Google Cloud Vision Java Client
package com.iyzipay.google.cloud.vision.exception;
public class HttpClientException extends RuntimeException {
public HttpClientException(String message, Throwable cause) {
super(message, cause);
}
}