@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StatementTimeoutException extends AWSRDSDataException
The execution of the SQL statement timed out.
AmazonServiceException.ErrorType
Constructor and Description |
---|
StatementTimeoutException(String message)
Constructs a new StatementTimeoutException with the specified error message.
|
Modifier and Type | Method and Description |
---|---|
Long |
getDbConnectionId()
The database connection ID that executed the SQL statement.
|
void |
setDbConnectionId(Long dbConnectionId)
The database connection ID that executed the SQL statement.
|
StatementTimeoutException |
withDbConnectionId(Long dbConnectionId)
The database connection ID that executed the SQL statement.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public StatementTimeoutException(String message)
message
- Describes the error encountered.public void setDbConnectionId(Long dbConnectionId)
The database connection ID that executed the SQL statement.
dbConnectionId
- The database connection ID that executed the SQL statement.public Long getDbConnectionId()
The database connection ID that executed the SQL statement.
public StatementTimeoutException withDbConnectionId(Long dbConnectionId)
The database connection ID that executed the SQL statement.
dbConnectionId
- The database connection ID that executed the SQL statement.Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.