Class RequestRateTooLargeException

  • All Implemented Interfaces:
    Serializable

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

      • RequestRateTooLargeException

        public RequestRateTooLargeException()
      • RequestRateTooLargeException

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

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

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

        public RequestRateTooLargeException​(Exception innerException)
      • RequestRateTooLargeException

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

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

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