Package com.azure.data.cosmos
Class RequestRateTooLargeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.azure.data.cosmos.CosmosClientException
-
- com.azure.data.cosmos.RequestRateTooLargeException
-
- All Implemented Interfaces:
Serializable
public class RequestRateTooLargeException extends CosmosClientException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RequestRateTooLargeException()
RequestRateTooLargeException(CosmosError cosmosError, long lsn, String partitionKeyRangeId, Map<String,String> responseHeaders)
RequestRateTooLargeException(String message, com.azure.data.cosmos.internal.http.HttpHeaders headers, URI requestUri)
-
Method Summary
-
Methods inherited from class com.azure.data.cosmos.CosmosClientException
cosmosResponseDiagnostics, error, getMessage, message, responseHeaders, retryAfterInMilliseconds, statusCode, subStatusCode, 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(CosmosError cosmosError, long lsn, String partitionKeyRangeId, Map<String,String> responseHeaders)
-
-