public class LimitExceededException extends AmazonServiceException
The subscriber exceeded the maximum number of operations. This exception can
occur when listing objects such as DataSource
.
AmazonServiceException.ErrorType
Constructor and Description |
---|
LimitExceededException(java.lang.String message)
Constructs a new LimitExceededException with the specified error message.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getCode()
Returns the value of the code property for this object.
|
void |
setCode(java.lang.Integer code)
Sets the value of code
|
getErrorCode, getErrorMessage, getErrorType, getMessage, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRequestId, setServiceName, setStatusCode
isRetryable
public LimitExceededException(java.lang.String message)
message
- Describes the error encountered.public java.lang.Integer getCode()
public void setCode(java.lang.Integer code)
code
- The new value for the code property for this object.Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.