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