@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ThrottlingException extends AWSAppRegistryException
The maximum number of API requests has been exceeded.
AmazonServiceException.ErrorType| Constructor and Description |
|---|
ThrottlingException(String message)
Constructs a new ThrottlingException with the specified error message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getServiceCode()
The originating service code.
|
void |
setServiceCode(String serviceCode)
The originating service code.
|
ThrottlingException |
withServiceCode(String serviceCode)
The originating service code.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ThrottlingException(String message)
message - Describes the error encountered.public void setServiceCode(String serviceCode)
The originating service code.
serviceCode - The originating service code.public String getServiceCode()
The originating service code.
public ThrottlingException withServiceCode(String serviceCode)
The originating service code.
serviceCode - The originating service code.