@Generated(value="software.amazon.awssdk:codegen") public final class ExecuteStatementException extends RedshiftDataException implements ToCopyableBuilder<ExecuteStatementException.Builder,ExecuteStatementException>
The SQL statement encountered an environmental error while running.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExecuteStatementException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExecuteStatementException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExecuteStatementException.Builder> |
serializableBuilderClass() |
String |
statementId()
Statement identifier of the exception.
|
ExecuteStatementException.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 ExecuteStatementException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExecuteStatementException.Builder,ExecuteStatementException>toBuilder in class RedshiftDataExceptionpublic static ExecuteStatementException.Builder builder()
public static Class<? extends ExecuteStatementException.Builder> serializableBuilderClass()
public String statementId()
Statement identifier of the exception.
Copyright © 2022. All rights reserved.