@Generated(value="software.amazon.awssdk:codegen") public final class MetadataException extends AthenaException implements ToCopyableBuilder<MetadataException.Builder,MetadataException>
An exception that Athena received when it called a custom metastore. Occurs if the error is not caused by user input
(InvalidRequestException) or from the Athena platform (InternalServerException). For
example, if a user-created Lambda function is missing permissions, the Lambda 4XX exception is returned
in a MetadataException.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MetadataException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MetadataException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends MetadataException.Builder> |
serializableBuilderClass() |
MetadataException.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 MetadataException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MetadataException.Builder,MetadataException>toBuilder in class AthenaExceptionpublic static MetadataException.Builder builder()
public static Class<? extends MetadataException.Builder> serializableBuilderClass()
Copyright © 2023. All rights reserved.