public class PartitionKeyRangeGoneException extends DocumentClientException
No retries should be made in this case, as either split or merge might have happened and query/readfeed must take appropriate actions.
| Constructor and Description |
|---|
PartitionKeyRangeGoneException() |
PartitionKeyRangeGoneException(Error error,
long lsn,
String partitionKeyRangeId,
Map<String,String> responseHeaders) |
PartitionKeyRangeGoneException(Exception innerException) |
PartitionKeyRangeGoneException(String message) |
PartitionKeyRangeGoneException(String message,
Exception innerException) |
PartitionKeyRangeGoneException(String message,
Exception innerException,
io.reactivex.netty.protocol.http.client.HttpResponseHeaders headers,
String requestUri) |
PartitionKeyRangeGoneException(String message,
io.reactivex.netty.protocol.http.client.HttpResponseHeaders headers,
String 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 PartitionKeyRangeGoneException()
public PartitionKeyRangeGoneException(Error error, long lsn, String partitionKeyRangeId, Map<String,String> responseHeaders)
public PartitionKeyRangeGoneException(String message)
public PartitionKeyRangeGoneException(String message, Exception innerException)
public PartitionKeyRangeGoneException(Exception innerException)
public PartitionKeyRangeGoneException(String message, io.reactivex.netty.protocol.http.client.HttpResponseHeaders headers, String requestUri)
Copyright © 2020. All rights reserved.