class TransactionExpiredException extends TransactionFailedException
The transaction could not be fully completed in the configured timeout.
It is in an undefined state, but it unambiguously did not reach the commit point. No actors will be able to see the contents of this transaction.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TransactionExpiredException
- TransactionFailedException
- CouchbaseException
- RuntimeException
- Exception
- Throwable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def addSuppressed(arg0: Throwable): Unit
- Definition Classes
- Throwable
- def context(): ErrorContext
- Definition Classes
- CouchbaseException
- Annotations
- @Uncommitted()
- def fillInStackTrace(): Throwable
- Definition Classes
- Throwable
- def getCause(): Throwable
- Definition Classes
- Throwable
- def getLocalizedMessage(): String
- Definition Classes
- Throwable
- final def getMessage(): String
- Definition Classes
- CouchbaseException → Throwable
- def getStackTrace(): Array[StackTraceElement]
- Definition Classes
- Throwable
- final def getSuppressed(): Array[Throwable]
- Definition Classes
- Throwable
- def initCause(arg0: Throwable): Throwable
- Definition Classes
- Throwable
- def logs(): Iterable[TransactionLogEvent]
An in-memory log is built up during each transaction.
An in-memory log is built up during each transaction. The application may want to write this to their own logs, for example upon transaction failure.
- Definition Classes
- TransactionFailedException
- def printStackTrace(arg0: PrintWriter): Unit
- Definition Classes
- Throwable
- def printStackTrace(arg0: PrintStream): Unit
- Definition Classes
- Throwable
- def printStackTrace(): Unit
- Definition Classes
- Throwable
- def setStackTrace(arg0: Array[StackTraceElement]): Unit
- Definition Classes
- Throwable
- def toString(): String
- Definition Classes
- Throwable → AnyRef → Any
- def transactionId(): String
- Definition Classes
- TransactionFailedException