Class GlobalTableNotFoundException
- 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.dynamodb.model.DynamoDbException
- 
- software.amazon.awssdk.services.dynamodb.model.GlobalTableNotFoundException
 
 
 
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<GlobalTableNotFoundException.Builder,GlobalTableNotFoundException>
 
 @Generated("software.amazon.awssdk:codegen") public final class GlobalTableNotFoundException extends DynamoDbException implements ToCopyableBuilder<GlobalTableNotFoundException.Builder,GlobalTableNotFoundException> The specified global table does not exist. - See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static interfaceGlobalTableNotFoundException.Builder
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GlobalTableNotFoundException.Builderbuilder()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends GlobalTableNotFoundException.Builder>serializableBuilderClass()GlobalTableNotFoundException.BuildertoBuilder()- 
Methods inherited from class software.amazon.awssdk.awscore.exception.AwsServiceExceptionawsErrorDetails, getMessage, isClockSkewException, isThrottlingException
 - 
Methods inherited from class software.amazon.awssdk.core.exception.SdkServiceExceptionextendedRequestId, isRetryableException, requestId, statusCode
 - 
Methods inherited from class software.amazon.awssdk.core.exception.SdkExceptioncreate, numAttempts, rawMessage, retryable
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields
 - 
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
 
- 
 
- 
- 
- 
Method Detail- 
toBuilderpublic GlobalTableNotFoundException.Builder toBuilder() - Specified by:
- toBuilderin interface- ToCopyableBuilder<GlobalTableNotFoundException.Builder,GlobalTableNotFoundException>
- Overrides:
- toBuilderin class- DynamoDbException
 
 - 
builderpublic static GlobalTableNotFoundException.Builder builder() 
 - 
serializableBuilderClasspublic static Class<? extends GlobalTableNotFoundException.Builder> serializableBuilderClass() 
 - 
sdkFieldspublic final List<SdkField<?>> sdkFields() - Specified by:
- sdkFieldsin interface- SdkPojo
- Overrides:
- sdkFieldsin class- SdkServiceException
 
 - 
sdkFieldNameToFieldpublic final Map<String,SdkField<?>> sdkFieldNameToField() - Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
 
 
- 
 
-