JavaScript is disabled on your browser.
Amazon QLDB Java Driver 2.0.0 API Reference
Detail:
Field |
Constr |
Method
All Implemented Interfaces:
Serializable , software.amazon.awssdk.core.SdkPojo
public class TransactionAbortedException
extends QldbDriverException
Exception type representing the abort of a transaction within a lambda execution block. Signals that the lambda
should cease to execute and the current transaction is aborted.
See Also:
Serialized Form
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.awssdk.services.qldbsession.model.QldbSessionException
software.amazon.awssdk.services.qldbsession.model.QldbSessionException.Builder, software.amazon.awssdk.services.qldbsession.model.QldbSessionException.BuilderImpl
Constructor Summary
Constructors
Constructor and Description
TransactionAbortedException ()
Protected constructor for creating an exception wrapping another exception.
Method Summary
Methods inherited from class software.amazon.awssdk.services.qldbsession.model.QldbSessionException
builder, serializableBuilderClass, toBuilder
Methods inherited from class software.amazon.awssdk.awscore.exception.AwsServiceException
awsErrorDetails, getMessage, isClockSkewException, isThrottlingException
Methods inherited from class software.amazon.awssdk.core.exception.SdkServiceException
extendedRequestId, requestId, sdkFields, statusCode
Methods inherited from class software.amazon.awssdk.core.exception.SdkException
retryable
Methods inherited from class java.lang.Throwable
addSuppressed , fillInStackTrace , getCause , getLocalizedMessage , getStackTrace , getSuppressed , initCause , printStackTrace , printStackTrace , printStackTrace , setStackTrace , toString
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields
Constructor Detail
TransactionAbortedException
public TransactionAbortedException()
Protected constructor for creating an exception wrapping another exception.
To create this exception, use one of the builder methods.
Amazon QLDB Java Driver 2.0.0 API Reference
Detail:
Field |
Constr |
Method
Copyright © 2007–2020 Amazon.com. All Rights Reserved.