Uses of Class
com.datastax.astra.client.exceptions.DataAPIException
Packages that use DataAPIException
Package
Description
Specializations of the exceptions to work with Collections.
Exceptions specialized checked and unchecked thrown by the client.
Specializations of the exceptions to work with Tables.
Internal technical classes to run commands against the API.
-
Uses of DataAPIException in com.datastax.astra.client.collections.exceptions
Subclasses of DataAPIException in com.datastax.astra.client.collections.exceptionsModifier and TypeClassDescriptionclass
Error when too many documents in the collection -
Uses of DataAPIException in com.datastax.astra.client.exceptions
Subclasses of DataAPIException in com.datastax.astra.client.exceptionsModifier and TypeClassDescriptionclass
Represents an exception that occurs when there is an error related to a database cursor.class
Exception thrown when there is an error in the client side.class
A request to the Data API resulted in an HTTP 4xx or 5xx response.class
ExtendsDataAPIException
to specifically address errors encountered during the processing of responses from the Data API.class
A request to the Data API resulted in an HTTP 4xx or 5xx response.class
Exception thrown when the configuration is invalid.class
Exception thrown when the environment is invalid.class
Error raised during escaping or unescaping a field path.class
Represents a specific kind ofDataAPIException
that is thrown when the response received from the Data API does not match the expected format or content. -
Uses of DataAPIException in com.datastax.astra.client.tables.exceptions
Subclasses of DataAPIException in com.datastax.astra.client.tables.exceptionsModifier and TypeClassDescriptionclass
Error when too many documents in the collection -
Uses of DataAPIException in com.datastax.astra.internal.command
Subclasses of DataAPIException in com.datastax.astra.internal.commandModifier and TypeClassDescriptionclass
Exception thrown when an error occurs while using a cursor.