com.databricks.jdbc.exception.DatabricksSQLFeatureNotImplementedException Maven / Gradle / Ivy
package com.databricks.jdbc.exception;
public class DatabricksSQLFeatureNotImplementedException extends DatabricksSQLException {
public DatabricksSQLFeatureNotImplementedException(String reason) {
super(reason);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy