@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ThrottlingException extends AWSmgnException
Reached throttling quota exception.
AmazonServiceException.ErrorType
Constructor and Description |
---|
ThrottlingException(String message)
Constructs a new ThrottlingException with the specified error message.
|
Modifier and Type | Method and Description |
---|---|
String |
getQuotaCode()
Reached throttling quota exception.
|
String |
getRetryAfterSeconds()
Reached throttling quota exception will retry after x seconds.
|
String |
getServiceCode()
Reached throttling quota exception service code.
|
void |
setQuotaCode(String quotaCode)
Reached throttling quota exception.
|
void |
setRetryAfterSeconds(String retryAfterSeconds)
Reached throttling quota exception will retry after x seconds.
|
void |
setServiceCode(String serviceCode)
Reached throttling quota exception service code.
|
ThrottlingException |
withQuotaCode(String quotaCode)
Reached throttling quota exception.
|
ThrottlingException |
withRetryAfterSeconds(String retryAfterSeconds)
Reached throttling quota exception will retry after x seconds.
|
ThrottlingException |
withServiceCode(String serviceCode)
Reached throttling quota exception service code.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ThrottlingException(String message)
message
- Describes the error encountered.public void setQuotaCode(String quotaCode)
Reached throttling quota exception.
quotaCode
- Reached throttling quota exception.public String getQuotaCode()
Reached throttling quota exception.
public ThrottlingException withQuotaCode(String quotaCode)
Reached throttling quota exception.
quotaCode
- Reached throttling quota exception.public void setRetryAfterSeconds(String retryAfterSeconds)
Reached throttling quota exception will retry after x seconds.
retryAfterSeconds
- Reached throttling quota exception will retry after x seconds.public String getRetryAfterSeconds()
Reached throttling quota exception will retry after x seconds.
public ThrottlingException withRetryAfterSeconds(String retryAfterSeconds)
Reached throttling quota exception will retry after x seconds.
retryAfterSeconds
- Reached throttling quota exception will retry after x seconds.public void setServiceCode(String serviceCode)
Reached throttling quota exception service code.
serviceCode
- Reached throttling quota exception service code.public String getServiceCode()
Reached throttling quota exception service code.
public ThrottlingException withServiceCode(String serviceCode)
Reached throttling quota exception service code.
serviceCode
- Reached throttling quota exception service code.