public class RetryWithException extends DocumentClientException
| Constructor and Description |
|---|
RetryWithException(Error error,
long lsn,
String partitionKeyRangeId,
Map<String,String> responseHeaders) |
RetryWithException(String message,
Exception innerException,
io.reactivex.netty.protocol.http.client.HttpResponseHeaders headers,
URI requestUri) |
RetryWithException(String message,
Exception innerException,
URI requestUri) |
RetryWithException(String message,
io.reactivex.netty.protocol.http.client.HttpResponseHeaders headers,
String requestUri) |
RetryWithException(String message,
io.reactivex.netty.protocol.http.client.HttpResponseHeaders headers,
URI requestUri) |
RetryWithException(String message,
URI requestUri) |
getActivityId, getClientSideRequestStatistics, getError, getLsn, getMessage, getPartitionKeyRangeId, getRequestHeaders, getRequestUri, getResponseHeaders, getRetryAfterInMilliseconds, getStatusCode, getSubStatusCode, setClientSideRequestStatistics, setRequestUri, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic RetryWithException(Error error, long lsn, String partitionKeyRangeId, Map<String,String> responseHeaders)
public RetryWithException(String message, Exception innerException, URI requestUri)
public RetryWithException(String message, io.reactivex.netty.protocol.http.client.HttpResponseHeaders headers, URI requestUri)
public RetryWithException(String message, io.reactivex.netty.protocol.http.client.HttpResponseHeaders headers, String requestUri)
Copyright © 2021. All rights reserved.