public class ConflictException extends DocumentClientException
| Constructor and Description |
|---|
ConflictException() |
ConflictException(Error error,
long lsn,
String partitionKeyRangeId,
Map<String,String> responseHeaders) |
ConflictException(Error error,
Map<String,String> headers) |
ConflictException(Exception innerException) |
ConflictException(String msg) |
ConflictException(String message,
Exception innerException,
io.reactivex.netty.protocol.http.client.HttpResponseHeaders headers,
String requestUri) |
ConflictException(String message,
io.reactivex.netty.protocol.http.client.HttpResponseHeaders headers,
String requestUri) |
ConflictException(String msg,
String resourceAddress) |
getActivityId, getClientSideRequestStatistics, getError, getLsn, getMessage, getPartitionKeyRangeId, getRequestHeaders, getRequestUri, getResponseHeaders, getRetryAfterInMilliseconds, getStatusCode, getSubStatusCode, setClientSideRequestStatistics, setRequestUri, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ConflictException()
public ConflictException(Error error, long lsn, String partitionKeyRangeId, Map<String,String> responseHeaders)
public ConflictException(String msg)
public ConflictException(String message, io.reactivex.netty.protocol.http.client.HttpResponseHeaders headers, String requestUri)
public ConflictException(Exception innerException)
Copyright © 2021. All rights reserved.