@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ClientRequestTokenRequiredException extends AWSCodeCommitException
A client request token is required. A client request token is an unique, client-generated idempotency token that, when provided in a request, ensures the request cannot be repeated with a changed parameter. If a request is received with the same parameters and a token is included, the request returns information about the initial request that used that token.
AmazonServiceException.ErrorType
Constructor and Description |
---|
ClientRequestTokenRequiredException(String message)
Constructs a new ClientRequestTokenRequiredException with the specified error message.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ClientRequestTokenRequiredException(String message)
message
- Describes the error encountered.