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.cosmos.implementation.http.HttpHeaders headers,
URI requestUri) |
NotFoundException(String message,
Map<String,String> headers,
String requestUri) |
getActivityId, getCosmosResponseDiagnostics, getError, getMessage, getResponseHeaders, getRetryAfterInMilliseconds, getStatusCode, getSubStatusCode, setResourceAddress, 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 © 2020 Microsoft Corporation. All rights reserved.