Class TransactionSystemUnambiguousException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.transaction.TransactionException
org.springframework.transaction.TransactionSystemException
org.springframework.data.couchbase.transaction.error.TransactionSystemCouchbaseException
org.springframework.data.couchbase.transaction.error.TransactionSystemUnambiguousException
- All Implemented Interfaces:
Serializable
The transaction failed and unambiguously did not commit. No actors can see any part of this failed transaction.
The application does not need to do anything to rollback the transaction.
- Author:
- Graham Pople
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTransactionSystemUnambiguousException(com.couchbase.client.java.transactions.error.TransactionFailedException ex) -
Method Summary
Methods inherited from class TransactionSystemCouchbaseException
logsMethods inherited from class TransactionSystemException
contains, getApplicationException, getOriginalException, initApplicationExceptionMethods inherited from class NestedRuntimeException
getMostSpecificCause, getRootCauseMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TransactionSystemUnambiguousException
public TransactionSystemUnambiguousException(com.couchbase.client.java.transactions.error.TransactionFailedException ex)
-