public class ServiceUnavailableException extends CosmosClientException
Constructor and Description |
---|
ServiceUnavailableException(CosmosError cosmosError,
long lsn,
String partitionKeyRangeId,
Map<String,String> responseHeaders) |
ServiceUnavailableException(String message,
Exception innerException,
com.azure.data.cosmos.internal.http.HttpHeaders headers,
String requestUriString) |
ServiceUnavailableException(String message,
com.azure.data.cosmos.internal.http.HttpHeaders headers,
URI requestUri) |
cosmosResponseDiagnostics, error, getMessage, message, responseHeaders, retryAfterInMilliseconds, statusCode, subStatusCode, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public ServiceUnavailableException(CosmosError cosmosError, long lsn, String partitionKeyRangeId, Map<String,String> responseHeaders)
public ServiceUnavailableException(String message, com.azure.data.cosmos.internal.http.HttpHeaders headers, URI requestUri)
Copyright © 2019. All rights reserved.