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