Uses of Class
oracle.nosql.driver.RetryableException
-
Packages that use RetryableException Package Description oracle.nosql.driver Contains the public API for using the Oracle NoSQL Database as well as configuration and common parameter classes used in database operations. -
-
Uses of RetryableException in oracle.nosql.driver
Subclasses of RetryableException in oracle.nosql.driver Modifier and Type Class Description classOperationThrottlingExceptionCloud service only.classReadThrottlingExceptionCloud service only.classSecurityInfoNotReadyExceptionCloud service only.classSystemExceptionAn exception that is thrown when there is an internal system problem.classTableBusyExceptionDeprecated.this class is no longer usedclassThrottlingExceptionCloud service only.classWriteThrottlingExceptionCloud service only.Methods in oracle.nosql.driver with parameters of type RetryableException Modifier and Type Method Description voidDefaultRetryHandler. delay(Request request, int numRetries, RetryableException re)Delay (sleep) during retry cycle.voidRetryHandler. delay(Request request, int numRetries, RetryableException re)This method is called when aRetryableExceptionis thrown and it is determined that the request will be retried based on the return value ofRetryHandler.doRetry(oracle.nosql.driver.ops.Request, int, oracle.nosql.driver.RetryableException).booleanDefaultRetryHandler. doRetry(Request request, int numRetries, RetryableException re)Decide whether to retry or not.booleanRetryHandler. doRetry(Request request, int numRetries, RetryableException re)This method is called when aRetryableExceptionis thrown and determines whether to perform a retry or not based on the parameters.
-