class TransactionFailedException extends CouchbaseException
The transaction failed to reach the Committed point.
No actors can see any changes made by this transaction.
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- 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.
- 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