Class TooManyDocumentsToCountException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.datastax.astra.client.exception.TooManyDocumentsToCountException
- All Implemented Interfaces:
Serializable
Error when too many documents in the collection
- See Also:
-
Constructor Summary
ConstructorDescriptionDefault constructor.TooManyDocumentsToCountException
(int upperLimit) Default constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TooManyDocumentsToCountException
public TooManyDocumentsToCountException()Default constructor. -
TooManyDocumentsToCountException
public TooManyDocumentsToCountException(int upperLimit) Default constructor.- Parameters:
upperLimit
- what it the most the count can return
-