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