com.amazonaws.services.simpledb.model
Class RequestTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.amazonaws.AmazonClientException
com.amazonaws.AmazonServiceException
com.amazonaws.services.simpledb.model.RequestTimeoutException
- All Implemented Interfaces:
- Serializable
public class RequestTimeoutException
- extends AmazonServiceException
A timeout occurred when attempting to query the specified domain with specified query expression.
- See Also:
- Serialized Form
Method Summary |
Float |
getBoxUsage()
Returns the value of the BoxUsage property for this object. |
void |
setBoxUsage(Float boxUsage)
Sets the value of the BoxUsage property for this object. |
Methods inherited from class com.amazonaws.AmazonServiceException |
getErrorCode, getErrorType, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorType, setRequestId, setServiceName, setStatusCode, toString |
RequestTimeoutException
public RequestTimeoutException(String message)
- Constructs a new RequestTimeoutException with the specified error
message.
- Parameters:
message
- Describes the error encountered.
getBoxUsage
public Float getBoxUsage()
- Returns the value of the BoxUsage property for this object.
- Returns:
- The value of the BoxUsage property for this object.
setBoxUsage
public void setBoxUsage(Float boxUsage)
- Sets the value of the BoxUsage property for this object.
- Parameters:
boxUsage
- The new value for this object's BoxUsage property.
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.