Uses of Enum Class
com.datastax.astra.client.exceptions.ErrorCodesClient
Packages that use ErrorCodesClient
Package
Description
Exceptions specialized checked and unchecked thrown by the client.
-
Uses of ErrorCodesClient in com.datastax.astra.client.exceptions
Methods in com.datastax.astra.client.exceptions that return ErrorCodesClientModifier and TypeMethodDescriptionstatic ErrorCodesClient
Returns the enum constant of this class with the specified name.static ErrorCodesClient[]
ErrorCodesClient.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.datastax.astra.client.exceptions with parameters of type ErrorCodesClientModifierConstructorDescriptionDataAPIClientException
(ErrorCodesClient errorCode, Object... arguments) Constructors providing all arguments and a parent exception.DataAPIClientException
(ErrorCodesClient errorCode, String customMessage) Constructors providing all arguments and a parent exception.InvalidConfigurationException
(ErrorCodesClient code, Object... message) Constructor with code and messageInvalidEnvironmentException
(ErrorCodesClient code, String message) Constructor with code and messageInvalidFieldExpressionException
(ErrorCodesClient code, String message) Constructor with code and message