public class DataAlreadyAcceptedException extends AmazonServiceException
AmazonServiceException.ErrorType
Constructor and Description |
---|
DataAlreadyAcceptedException(String message)
Constructs a new DataAlreadyAcceptedException with the specified error
message.
|
Modifier and Type | Method and Description |
---|---|
String |
getExpectedSequenceToken()
Returns the value of the ExpectedSequenceToken property for this object.
|
void |
setExpectedSequenceToken(String expectedSequenceToken)
Sets the value of the ExpectedSequenceToken property for this object.
|
DataAlreadyAcceptedException |
withExpectedSequenceToken(String expectedSequenceToken)
Sets the value of the ExpectedSequenceToken property for this object.
|
getErrorCode, getErrorMessage, getErrorType, getMessage, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DataAlreadyAcceptedException(String message)
message
- Describes the error encountered.public void setExpectedSequenceToken(String expectedSequenceToken)
expectedSequenceToken
- The new value for the ExpectedSequenceToken property for this
object.public String getExpectedSequenceToken()
public DataAlreadyAcceptedException withExpectedSequenceToken(String expectedSequenceToken)
expectedSequenceToken
- The new value for the ExpectedSequenceToken property for this
object.Copyright © 2015. All rights reserved.