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 TypeClassDescriptionclassError 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 TypeClassDescriptionclassRepresents an exception that occurs when there is an error related to a database cursor.classException thrown when there is an error in the client side.classA request to the Data API resulted in an HTTP 4xx or 5xx response.classExtendsDataAPIExceptionto specifically address errors encountered during the processing of responses from the Data API.classA request to the Data API resulted in an HTTP 4xx or 5xx response.classException thrown when the configuration is invalid.classException thrown when the environment is invalid.classError raised during escaping or unescaping a field path.classRepresents a specific kind ofDataAPIExceptionthat 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 TypeClassDescriptionclassError 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 TypeClassDescriptionclassException thrown when an error occurs while using a cursor.