@Generated(value="software.amazon.awssdk:codegen") public final class RevisionNotCurrentException extends CodeCommitException implements ToCopyableBuilder<RevisionNotCurrentException.Builder,RevisionNotCurrentException>
The revision ID provided in the request does not match the current revision ID. Use GetPullRequest to retrieve the current revision ID.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RevisionNotCurrentException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RevisionNotCurrentException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends RevisionNotCurrentException.Builder> |
serializableBuilderClass() |
RevisionNotCurrentException.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 RevisionNotCurrentException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RevisionNotCurrentException.Builder,RevisionNotCurrentException>toBuilder in class CodeCommitExceptionpublic static RevisionNotCurrentException.Builder builder()
public static Class<? extends RevisionNotCurrentException.Builder> serializableBuilderClass()
Copyright © 2020. All rights reserved.