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 class
DatabricksError
The result of checking whetherApiClient
should retry a request.Methods in com.databricks.sdk.core that return DatabricksException Modifier and Type Method Description static DatabricksException
ConfigLoader. makeNicerError(String message, Exception e, DatabricksConfig cfg)
static DatabricksException
ConfigLoader. 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 DatabricksConfig
ConfigLoader. resolve(DatabricksConfig cfg)
-