Serializable
, ToCopyableBuilder<ExpiredTokenException.Builder,ExpiredTokenException>
@Generated("software.amazon.awssdk:codegen") public class ExpiredTokenException extends MarketplaceMeteringException implements ToCopyableBuilder<ExpiredTokenException.Builder,ExpiredTokenException>
The submitted registration token has expired. This can happen if the buyer's browser takes too long to redirect to your page, the buyer has resubmitted the registration token, or your application has held on to the registration token for too long. Your SaaS registration website should redeem this token as soon as it is submitted by the buyer's browser.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ExpiredTokenException.Builder |
AmazonServiceException.ErrorType
Modifier and Type | Method | Description |
---|---|---|
static ExpiredTokenException.Builder |
builder() |
|
static Class<? extends ExpiredTokenException.Builder> |
serializableBuilderClass() |
|
ExpiredTokenException.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
isRetryable
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ExpiredTokenException.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ExpiredTokenException.Builder,ExpiredTokenException>
public static ExpiredTokenException.Builder builder()
public static Class<? extends ExpiredTokenException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.