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

com.taxjar.exception.ApiConnectionException Maven / Gradle / Ivy

There is a newer version: 5.0.3
Show newest version
package com.taxjar.exception;

public class ApiConnectionException extends TaxjarException {
    public ApiConnectionException(String errorMessage) {
        this(errorMessage, null);
    }

    public ApiConnectionException(String errorMessage, Throwable err) {
        super(errorMessage, err);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy