Uses of Class
com.baidubce.BceClientException

Packages that use BceClientException
com.baidubce   
com.baidubce.http   
com.baidubce.services.moladb   
 

Uses of BceClientException in com.baidubce
 

Subclasses of BceClientException in com.baidubce
 class BceServiceException
          Extension of BceClientException that represents an error response returned by a BCE service.
 

Uses of BceClientException in com.baidubce.http
 

Methods in com.baidubce.http with parameters of type BceClientException
 long RetryPolicy.getDelayBeforeNextRetryInMillis(BceClientException exception, int retriesAttempted)
          Returns the delay (in milliseconds) before next retry attempt.
 long DefaultRetryPolicy.getDelayBeforeNextRetryInMillis(BceClientException exception, int retriesAttempted)
          Returns the delay (in milliseconds) before next retry attempt.
protected  long BceHttpClient.getDelayBeforeNextRetryInMillis(org.apache.http.client.methods.HttpRequestBase method, BceClientException exception, int attempt, RetryPolicy retryPolicy)
          Get delay time before next retry.
protected  boolean DefaultRetryPolicy.shouldRetry(BceClientException exception, int retriesAttempted)
          Returns whether a failed request should be retried according to the given request context.
 

Uses of BceClientException in com.baidubce.services.moladb
 

Methods in com.baidubce.services.moladb that throw BceClientException
 BatchGetItemResponse MolaDbClient.batchGetItem(BatchGetItemRequest request)
           The BatchGetItem operation get items with the given primary keys from Moladb.
 BatchWriteItemResponse MolaDbClient.batchWriteItem(BatchWriteItemRequest request)
           The BatchWriteItem operation write items with to Moladb.
 DeleteItemResponse MolaDbClient.deleteItem(DeleteItemRequest request)
           The DeleteItem operation delete the item with the given primary key.
 GetItemResponse MolaDbClient.getItem(GetItemRequest request)
           The GetItem operation returns a set of attributes for the item with the given primary key.
 QueryResponse MolaDbClient.query(QueryRequest request)
           The Query operation get items from Moladb with Hash Key and an interval of Range Key
 UpdateItemResponse MolaDbClient.updateItem(UpdateItemRequest request)
           The UpdateItem operation update the item with the given primary key.
 



Copyright © 2016. All rights reserved.