Class RetryableException

    • Method Detail

      • okToRetry

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