Class RequestRateTooLargeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.microsoft.azure.cosmosdb.DocumentClientException
-
- com.microsoft.azure.cosmosdb.internal.directconnectivity.RequestRateTooLargeException
-
- All Implemented Interfaces:
Serializable
public class RequestRateTooLargeException extends com.microsoft.azure.cosmosdb.DocumentClientException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RequestRateTooLargeException()RequestRateTooLargeException(com.microsoft.azure.cosmosdb.Error error, long lsn, String partitionKeyRangeId, Map<String,String> responseHeaders)RequestRateTooLargeException(Exception innerException)RequestRateTooLargeException(String message, io.reactivex.netty.protocol.http.client.HttpResponseHeaders headers, String requestUri)RequestRateTooLargeException(String message, io.reactivex.netty.protocol.http.client.HttpResponseHeaders headers, URI requestUri)RequestRateTooLargeException(String message, Exception innerException, io.reactivex.netty.protocol.http.client.HttpResponseHeaders headers, URI requestUri)RequestRateTooLargeException(String message, Exception innerException, URI requestUri)RequestRateTooLargeException(String message, URI requestUri)
-
Method Summary
-
Methods inherited from class com.microsoft.azure.cosmosdb.DocumentClientException
getActivityId, getClientSideRequestStatistics, getError, getLsn, getMessage, getPartitionKeyRangeId, getRequestHeaders, getRequestUri, getResponseHeaders, getRetryAfterInMilliseconds, getStatusCode, getSubStatusCode, setClientSideRequestStatistics, setRequestUri, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
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, 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)
-
-