@Generated(value="software.amazon.awssdk:codegen") public final class StatementTimeoutException extends RdsDataException implements ToCopyableBuilder<StatementTimeoutException.Builder,StatementTimeoutException>
The execution of the SQL statement timed out.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StatementTimeoutException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StatementTimeoutException.Builder |
builder() |
Long |
dbConnectionId()
The database connection ID that executed the SQL statement.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StatementTimeoutException.Builder> |
serializableBuilderClass() |
StatementTimeoutException.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 StatementTimeoutException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StatementTimeoutException.Builder,StatementTimeoutException>toBuilder in class RdsDataExceptionpublic static StatementTimeoutException.Builder builder()
public static Class<? extends StatementTimeoutException.Builder> serializableBuilderClass()
public Long dbConnectionId()
The database connection ID that executed the SQL statement.
Copyright © 2022. All rights reserved.