Class AbortedAsRequestedNoRollback
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.couchbase.transactions.error.internal.AbortedAsRequestedNoRollback
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated @Internal public class AbortedAsRequestedNoRollback extends java.lang.RuntimeException
Deprecated.Used only in testing: force the txn to abort, but don't rollback, and don't retry.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbortedAsRequestedNoRollback()
Deprecated.AbortedAsRequestedNoRollback​(java.lang.String msg)
Deprecated.
-