public class InternalServerErrorException extends CosmosClientException
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 |
---|
InternalServerErrorException(CosmosError cosmosError,
long lsn,
String partitionKeyRangeId,
Map<String,String> responseHeaders) |
InternalServerErrorException(String message) |
InternalServerErrorException(String message,
Exception innerException,
Map<String,String> headers,
String requestUriString) |
InternalServerErrorException(String message,
com.azure.cosmos.implementation.http.HttpHeaders headers,
URI requestUri) |
getActivityId, getCosmosResponseDiagnostics, getError, getMessage, getResponseHeaders, getRetryAfterInMilliseconds, getStatusCode, getSubStatusCode, setResourceAddress, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public InternalServerErrorException(CosmosError cosmosError, long lsn, String partitionKeyRangeId, Map<String,String> responseHeaders)
public InternalServerErrorException(String message)
public InternalServerErrorException(String message, com.azure.cosmos.implementation.http.HttpHeaders headers, URI requestUri)
Copyright © 2020 Microsoft Corporation. All rights reserved.