@Generated(value="software.amazon.awssdk:codegen") public final class CommitDoesNotExistException extends CodeCommitException implements ToCopyableBuilder<CommitDoesNotExistException.Builder,CommitDoesNotExistException>
The specified commit does not exist or no commit was specified, and the specified repository has no default branch.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CommitDoesNotExistException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CommitDoesNotExistException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CommitDoesNotExistException.Builder> |
serializableBuilderClass() |
CommitDoesNotExistException.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 CommitDoesNotExistException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CommitDoesNotExistException.Builder,CommitDoesNotExistException>toBuilder in class CodeCommitExceptionpublic static CommitDoesNotExistException.Builder builder()
public static Class<? extends CommitDoesNotExistException.Builder> serializableBuilderClass()
Copyright © 2020. All rights reserved.