Class RetryableConflictException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- software.amazon.awssdk.core.exception.SdkException
-
- software.amazon.awssdk.core.exception.SdkServiceException
-
- software.amazon.awssdk.awscore.exception.AwsServiceException
-
- software.amazon.awssdk.services.clouddirectory.model.CloudDirectoryException
-
- software.amazon.awssdk.services.clouddirectory.model.RetryableConflictException
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RetryableConflictException.Builder,RetryableConflictException>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRetryableConflictException.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RetryableConflictException.Builderbuilder()List<SdkField<?>>sdkFields()static Class<? extends RetryableConflictException.Builder>serializableBuilderClass()RetryableConflictException.BuildertoBuilder()-
Methods inherited from class software.amazon.awssdk.awscore.exception.AwsServiceException
awsErrorDetails, getMessage, isClockSkewException, isThrottlingException
-
Methods inherited from class software.amazon.awssdk.core.exception.SdkServiceException
extendedRequestId, requestId, statusCode
-
Methods inherited from class software.amazon.awssdk.core.exception.SdkException
create, retryable
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
toBuilder
public RetryableConflictException.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RetryableConflictException.Builder,RetryableConflictException>- Overrides:
toBuilderin classCloudDirectoryException
-
builder
public static RetryableConflictException.Builder builder()
-
serializableBuilderClass
public static Class<? extends RetryableConflictException.Builder> serializableBuilderClass()
-
-