Class RetryWithException

  • All Implemented Interfaces:
    Serializable

    public class RetryWithException
    extends com.microsoft.azure.cosmosdb.DocumentClientException
    See Also:
    Serialized Form
    • Constructor Detail

      • RetryWithException

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

        public RetryWithException​(String message,
                                  URI requestUri)
      • RetryWithException

        public RetryWithException​(String message,
                                  Exception innerException,
                                  URI requestUri)
      • RetryWithException

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

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

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