Class AbortedAsRequestedNoRollbackNoCleanup
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.couchbase.transactions.error.internal.AbortedAsRequestedNoRollbackNoCleanup
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated @Internal public class AbortedAsRequestedNoRollbackNoCleanup extends java.lang.RuntimeException
Deprecated.Used only in testing: force the txn to abort, but don't rollback, and don't retry, and don't cleanup. It will leave the txn in Pending, e.g. it simulates the edge case {LOST-STATE-EXPIRED-NOABORT}. Throw AttemptExpired to simulate the more common {LOST-STATE-EXPIRED-ABORTED}.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbortedAsRequestedNoRollbackNoCleanup()
Deprecated.AbortedAsRequestedNoRollbackNoCleanup​(java.lang.String msg)
Deprecated.
-