Class NumberSubmittedItemsExceededException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.amazonaws.AmazonClientException
-
- com.amazonaws.AmazonServiceException
-
- com.amazonaws.services.simpledb.model.NumberSubmittedItemsExceededException
-
- All Implemented Interfaces:
Serializable
public class NumberSubmittedItemsExceededException extends AmazonServiceException
Too many items exist in a single call.
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.amazonaws.AmazonServiceException
AmazonServiceException.ErrorType
-
-
Constructor Summary
Constructors Constructor Description NumberSubmittedItemsExceededException(String message)
Constructs a new NumberSubmittedItemsExceededException with the specified error message.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Float
getBoxUsage()
void
setBoxUsage(Float boxUsage)
NumberSubmittedItemsExceededException
withBoxUsage(Float boxUsage)
-
Methods inherited from class com.amazonaws.AmazonServiceException
getErrorCode, getErrorMessage, getErrorType, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
-
Methods inherited from class com.amazonaws.AmazonClientException
isRetryable
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NumberSubmittedItemsExceededException
public NumberSubmittedItemsExceededException(String message)
Constructs a new NumberSubmittedItemsExceededException with the specified error message.- Parameters:
message
- Describes the error encountered.
-
-
Method Detail
-
setBoxUsage
public void setBoxUsage(Float boxUsage)
- Parameters:
boxUsage
-
-
getBoxUsage
public Float getBoxUsage()
- Returns:
-
withBoxUsage
public NumberSubmittedItemsExceededException withBoxUsage(Float boxUsage)
- Parameters:
boxUsage
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-