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

com.databricks.jdbc.exception.DatabricksSQLClientInfoException Maven / Gradle / Ivy

There is a newer version: 2.7.1
Show newest version
package com.databricks.jdbc.exception;

import java.sql.ClientInfoStatus;
import java.sql.SQLClientInfoException;
import java.util.Map;

public class DatabricksSQLClientInfoException extends SQLClientInfoException {
  public DatabricksSQLClientInfoException(
      String message, Map failedProperties) {
    super(message, failedProperties);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy