Uses of Enum
com.databricks.jdbc.model.telemetry.enums.DatabricksDriverErrorCode
Packages that use DatabricksDriverErrorCode
-
Uses of DatabricksDriverErrorCode in com.databricks.jdbc.exception
Constructors in com.databricks.jdbc.exception with parameters of type DatabricksDriverErrorCodeModifierConstructorDescriptionDatabricksBatchUpdateException(String reason, DatabricksDriverErrorCode internalErrorCode, long[] longUpdateCounts) DatabricksDriverException(String reason, DatabricksDriverErrorCode internalError) DatabricksDriverException(String reason, Throwable cause, DatabricksDriverErrorCode internalError) DatabricksHttpException(String message, DatabricksDriverErrorCode internalCode) DatabricksHttpException(String message, Throwable cause, DatabricksDriverErrorCode sqlCode) DatabricksParsingException(String message, DatabricksDriverErrorCode errorCode) DatabricksParsingException(String message, DatabricksDriverErrorCode errorCode, boolean silentExceptions) DatabricksParsingException(String message, Throwable cause, DatabricksDriverErrorCode errorCode) DatabricksSQLClientInfoException(String message, Map<String, ClientInfoStatus> failedProperties, DatabricksDriverErrorCode internalErrorCode) DatabricksSQLException(String reason, DatabricksDriverErrorCode internalError) DatabricksSQLException(String reason, DatabricksDriverErrorCode internalError, boolean silentExceptions) DatabricksSQLException(String reason, String sqlState, DatabricksDriverErrorCode internalError) DatabricksSQLException(String reason, Throwable cause, DatabricksDriverErrorCode internalError) DatabricksSSLException(String message, DatabricksDriverErrorCode internalCode) DatabricksSSLException(String message, Throwable cause, DatabricksDriverErrorCode sqlCode) DatabricksTemporaryRedirectException(DatabricksDriverErrorCode internalError) DatabricksTimeoutException(String reason, Throwable cause, DatabricksDriverErrorCode internalError) DatabricksVolumeOperationException(String message, DatabricksDriverErrorCode internalErrorCode) DatabricksVolumeOperationException(String message, Throwable cause, DatabricksDriverErrorCode internalErrorCode) -
Uses of DatabricksDriverErrorCode in com.databricks.jdbc.model.telemetry.enums
Subclasses with type arguments of type DatabricksDriverErrorCode in com.databricks.jdbc.model.telemetry.enumsMethods in com.databricks.jdbc.model.telemetry.enums that return DatabricksDriverErrorCodeModifier and TypeMethodDescriptionstatic DatabricksDriverErrorCodeReturns the enum constant of this type with the specified name.static DatabricksDriverErrorCode[]DatabricksDriverErrorCode.values()Returns an array containing the constants of this enum type, in the order they are declared.