Class NoSQLException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AuthenticationException, InvalidAuthorizationException, JsonParseException, OperationNotSupportedException, RequestTimeoutException, ResourceExistsException, ResourceLimitException, ResourceNotFoundException, RetryableException, TableSizeException, UnauthorizedException, UnsupportedProtocolException, UnsupportedQueryVersionException

public class NoSQLException extends RuntimeException
A base exception for most exceptions thrown by the driver. All of the exceptions defined in this package extend this exception. The driver throws Java exceptions such as IllegalArgumentException directly.
See Also:
  • Method Details

    • okToRetry

      public boolean okToRetry()
      Returns whether this exception can be retried with a reasonable expectation that it may succeed. Instances of RetryableException will return true for this method.
      Returns:
      true if this exception can be retried