@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, isThrottlingException
extendedRequestId, requestId, statusCode
create, retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
equalsBySdkFields
public MetadataException.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<MetadataException.Builder,MetadataException>
toBuilder
in class AthenaException
public static MetadataException.Builder builder()
public static Class<? extends MetadataException.Builder> serializableBuilderClass()
Copyright © 2023. All rights reserved.