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.classTableBusyExceptionAn exception that is thrown when a table operation fails because the table is in use or busy.classThrottlingExceptionCloud service only.classWriteThrottlingExceptionCloud service only.Methods in oracle.nosql.driver with parameters of type RetryableException Modifier and Type Method Description 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 ifRetryHandler.doRetry(oracle.nosql.driver.ops.Request, int, oracle.nosql.driver.RetryableException).booleanRetryHandler. doRetry(Request request, int numRetries, RetryableException re)This method when aRetryableExceptionis thrown and the handler determines whether to perform a retry or not based on the parameters.
-