Uses of Class
com.databricks.sdk.core.DatabricksException
-
Packages that use DatabricksException Package Description com.databricks.sdk.core -
-
Uses of DatabricksException in com.databricks.sdk.core
Subclasses of DatabricksException in com.databricks.sdk.core Modifier and Type Class Description classDatabricksErrorThe result of checking whetherApiClientshould retry a request.Methods in com.databricks.sdk.core that return DatabricksException Modifier and Type Method Description static DatabricksExceptionConfigLoader. makeNicerError(String message, Exception e, DatabricksConfig cfg)static DatabricksExceptionConfigLoader. makeNicerError(String message, Exception e, Integer statusCode, DatabricksConfig cfg)Methods in com.databricks.sdk.core that throw DatabricksException Modifier and Type Method Description Map<String,String>DatabricksConfig. authenticate()static DatabricksConfigConfigLoader. resolve(DatabricksConfig cfg)
-