public class NumberDomainAttributesExceededException extends AmazonServiceException
Too many attributes in this domain.
AmazonServiceException.ErrorType
Modifier and Type | Field and Description |
---|---|
private java.lang.Float |
boxUsage |
private static long |
serialVersionUID |
Constructor and Description |
---|
NumberDomainAttributesExceededException(java.lang.String message)
Constructs a new NumberDomainAttributesExceededException with the
specified error message.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Float |
getBoxUsage() |
void |
setBoxUsage(java.lang.Float boxUsage) |
NumberDomainAttributesExceededException |
withBoxUsage(java.lang.Float boxUsage) |
getErrorCode, getErrorMessage, getErrorType, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
private static final long serialVersionUID
private java.lang.Float boxUsage
public NumberDomainAttributesExceededException(java.lang.String message)
message
- Describes the error encountered.public void setBoxUsage(java.lang.Float boxUsage)
boxUsage
- public java.lang.Float getBoxUsage()
public NumberDomainAttributesExceededException withBoxUsage(java.lang.Float boxUsage)
boxUsage
-