| Package | Description |
|---|---|
| software.amazon.qldb.exceptions |
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionAbortedException
Exception type representing the abort of a transaction within a lambda execution block.
|
class |
TransactionAlreadyOpenException
Exception thrown when an attempt is made to start another transaction
while the previous transaction was still open.
|
| Modifier and Type | Method and Description |
|---|---|
static QldbDriverException |
QldbDriverException.create(String message)
Factory method for creating an exception with a specific message.
|
static QldbDriverException |
QldbDriverException.create(String message,
String transactionId)
Factory method for creating an exception with a specific message including the session token.
|
static QldbDriverException |
QldbDriverException.create(String message,
Throwable cause)
Factory method for creating an exception with a specific message wrapping another exception.
|
static QldbDriverException |
QldbDriverException.create(Throwable cause)
Factory method for creating an exception wrapping another exception.
|