@Generated(value="software.amazon.awssdk:codegen") public final class RetryableConflictException extends CloudDirectoryException implements ToCopyableBuilder<RetryableConflictException.Builder,RetryableConflictException>
Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RetryableConflictException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RetryableConflictException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends RetryableConflictException.Builder> |
serializableBuilderClass() |
RetryableConflictException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionextendedRequestId, requestId, statusCodecreate, retryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyequalsBySdkFieldspublic RetryableConflictException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RetryableConflictException.Builder,RetryableConflictException>toBuilder in class CloudDirectoryExceptionpublic static RetryableConflictException.Builder builder()
public static Class<? extends RetryableConflictException.Builder> serializableBuilderClass()
Copyright © 2022. All rights reserved.