Serializable
, ToCopyableBuilder<OptimisticLockException.Builder,OptimisticLockException>
@Generated("software.amazon.awssdk:codegen") public class OptimisticLockException extends ShieldException implements ToCopyableBuilder<OptimisticLockException.Builder,OptimisticLockException>
Exception that indicates that the protection state has been modified by another client. You can retry the request.
Modifier and Type | Class | Description |
---|---|---|
static interface |
OptimisticLockException.Builder |
AmazonServiceException.ErrorType
Modifier and Type | Method | Description |
---|---|---|
static OptimisticLockException.Builder |
builder() |
|
static Class<? extends OptimisticLockException.Builder> |
serializableBuilderClass() |
|
OptimisticLockException.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 OptimisticLockException.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<OptimisticLockException.Builder,OptimisticLockException>
public static OptimisticLockException.Builder builder()
public static Class<? extends OptimisticLockException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.