public class RequestRateTooLargeException extends DocumentClientException
| Constructor and Description |
|---|
RequestRateTooLargeException() |
RequestRateTooLargeException(Error error,
long lsn,
String partitionKeyRangeId,
Map<String,String> responseHeaders) |
RequestRateTooLargeException(Exception innerException) |
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,
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,
URI requestUri) |
getActivityId, getClientSideRequestStatistics, getError, getLsn, getMessage, getPartitionKeyRangeId, getRequestHeaders, getRequestUri, getResponseHeaders, getRetryAfterInMilliseconds, getStatusCode, getSubStatusCode, setClientSideRequestStatistics, setRequestUri, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic RequestRateTooLargeException()
public RequestRateTooLargeException(Error error, long lsn, String partitionKeyRangeId, Map<String,String> responseHeaders)
public RequestRateTooLargeException(String message, Exception innerException, URI requestUri)
public RequestRateTooLargeException(Exception innerException)
public RequestRateTooLargeException(String message, io.reactivex.netty.protocol.http.client.HttpResponseHeaders headers, URI requestUri)
public RequestRateTooLargeException(String message, io.reactivex.netty.protocol.http.client.HttpResponseHeaders headers, String requestUri)
Copyright © 2021. All rights reserved.