Class ConflictException

  • All Implemented Interfaces:
    Serializable

    public class ConflictException
    extends com.microsoft.azure.cosmosdb.DocumentClientException
    While this class is public, but it is not part of our published public APIs. This is meant to be internally used only by our sdk.
    See Also:
    Serialized Form
    • Constructor Detail

      • ConflictException

        public ConflictException()
      • ConflictException

        public ConflictException​(com.microsoft.azure.cosmosdb.Error error,
                                 long lsn,
                                 String partitionKeyRangeId,
                                 Map<String,​String> responseHeaders)
      • ConflictException

        public ConflictException​(String msg)
      • ConflictException

        public ConflictException​(String msg,
                                 String resourceAddress)
      • ConflictException

        public ConflictException​(String message,
                                 io.reactivex.netty.protocol.http.client.HttpResponseHeaders headers,
                                 String requestUri)
      • ConflictException

        public ConflictException​(Exception innerException)
      • ConflictException

        public ConflictException​(com.microsoft.azure.cosmosdb.Error error,
                                 Map<String,​String> headers)
      • ConflictException

        public ConflictException​(String message,
                                 Exception innerException,
                                 io.reactivex.netty.protocol.http.client.HttpResponseHeaders headers,
                                 String requestUri)